diff options
author | Olivier Houchard <cognet@FreeBSD.org> | 2004-12-08 18:41:42 +0000 |
---|---|---|
committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-12-08 18:41:42 +0000 |
commit | 6f831b072ace331cd599129078923e90f203ccab (patch) | |
tree | 1f7319b695502f29edcca498ae221de44c1c19af | |
parent | 8c489f74205a04e094aad3207a0a3f1b77bdb9e1 (diff) |
Notes
-rw-r--r-- | lib/libc/softfloat/bits32/softfloat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/softfloat/bits32/softfloat.c b/lib/libc/softfloat/bits32/softfloat.c index eaa6f6ebc9dd1..7785c4ea11e88 100644 --- a/lib/libc/softfloat/bits32/softfloat.c +++ b/lib/libc/softfloat/bits32/softfloat.c @@ -77,7 +77,7 @@ __FBSDID("$FreeBSD$"); Floating-point rounding mode and exception flags. ------------------------------------------------------------------------------- */ -fp_rnd float_rounding_mode = float_round_nearest_even; +fp_rnd_t float_rounding_mode = float_round_nearest_even; fp_except float_exception_flags = 0; /* |