diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-05-08 00:02:03 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-05-08 00:02:03 +0000 |
commit | c48f718c2547e46b15d032d1ad09280d86f5a0cc (patch) | |
tree | 03398cbcbec2ff8a2e661ee5ae5cadc1679f8bee | |
parent | cf2720dda476a238347af4edce69a6833169a98e (diff) |
Notes
-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 35fe3768ba63..d8b60f2238e1 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; }; |