diff options
-rw-r--r-- | lib/libc/amd64/_fpmath.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/amd64/_fpmath.h b/lib/libc/amd64/_fpmath.h index 35fe376..d8b60f2 100644 --- a/lib/libc/amd64/_fpmath.h +++ b/lib/libc/amd64/_fpmath.h @@ -33,7 +33,8 @@ union IEEEl2bits { unsigned int manh :32; unsigned int exp :15; unsigned int sign :1; - unsigned int junk :16; + unsigned int junkl :16; + unsigned int junkh :32; } bits; }; |