diff options
Diffstat (limited to 'soft-fp/extended.h')
-rw-r--r-- | soft-fp/extended.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/extended.h b/soft-fp/extended.h index 102acfc1ca..d2794320fa 100644 --- a/soft-fp/extended.h +++ b/soft-fp/extended.h @@ -88,7 +88,7 @@ union _FP_UNION_E unsigned exp : _FP_EXPBITS_E; unsigned sign : 1; # endif /* not bigendian */ - } bits __attribute__ ((packed)); + } bits; }; |