diff options
Diffstat (limited to 'libgcc/fp-bit.h')
-rw-r--r-- | libgcc/fp-bit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/fp-bit.h b/libgcc/fp-bit.h index d4f0d0ba3ff..2ac504a56e5 100644 --- a/libgcc/fp-bit.h +++ b/libgcc/fp-bit.h @@ -189,7 +189,7 @@ typedef unsigned int UTItype __attribute__ ((mode (TI))); # define EXPBIAS 127 # define FRACBITS 23 # define EXPMAX (0xff) -# define QUIET_NAN 0x100000L +# define QUIET_NAN 0x400000L # define FRAC_NBITS 32 # define FRACHIGH 0x80000000L # define FRACHIGH2 0xc0000000L |