diff options
Diffstat (limited to 'soft-fp/half.h')
-rw-r--r-- | soft-fp/half.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/half.h b/soft-fp/half.h index ea28db6c18..a1fea7b007 100644 --- a/soft-fp/half.h +++ b/soft-fp/half.h @@ -75,7 +75,7 @@ union _FP_UNION_H unsigned exp : _FP_EXPBITS_H; unsigned sign : 1; #endif - } bits __attribute__ ((packed)); + } bits; }; #define FP_DECL_H(X) _FP_DECL (1, X) |