diff options
| -rw-r--r-- | include/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/boot.h b/include/boot.h index 9039859..642e21a 100644 --- a/include/boot.h +++ b/include/boot.h @@ -138,8 +138,8 @@ static inline void __sync_synchronize(void) { typedef union { struct { char __sign; - int32_t __mantissa; - int16_t __exponent; + int16_t __mantissa; + int32_t __exponent; }; float __fv; |
