diff options
Diffstat (limited to 'soft-fp/quad.h')
-rw-r--r-- | soft-fp/quad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/quad.h b/soft-fp/quad.h index 71621f01bf..9a9e4e71f7 100644 --- a/soft-fp/quad.h +++ b/soft-fp/quad.h @@ -93,7 +93,7 @@ union _FP_UNION_Q unsigned exp : _FP_EXPBITS_Q; unsigned sign : 1; # endif /* not bigendian */ - } bits __attribute__ ((packed)); + } bits; }; |