diff options
Diffstat (limited to 'gcc/config/fp-bit.c')
| -rw-r--r-- | gcc/config/fp-bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c index fc496c0..8e9df1c 100644 --- a/gcc/config/fp-bit.c +++ b/gcc/config/fp-bit.c @@ -1388,7 +1388,7 @@ _unord_f2 (FLO_type arg_a, FLO_type arg_b) unpack_d (&au, &a); unpack_d (&bu, &b); - return (isnan (&a) || isnan (&b); + return (isnan (&a) || isnan (&b)); } #endif |
