diff options
| author | David Schultz <das@FreeBSD.org> | 2012-01-16 04:05:53 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2012-01-16 04:05:53 +0000 |
| commit | b1d046441de9053152c7cf03d6b60d9882687e1b (patch) | |
| tree | f49f535a2f2db035f8401e540a6103d8e9ea9c6a /lib/libc/softfloat/bits32 | |
| parent | c6c72ab9afa42f71f9b7b18c302bb3569b7e0de1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/softfloat/bits32')
| -rw-r--r-- | lib/libc/softfloat/bits32/softfloat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/softfloat/bits32/softfloat.c b/lib/libc/softfloat/bits32/softfloat.c index 7785c4ea11e8..ad7c016bf043 100644 --- a/lib/libc/softfloat/bits32/softfloat.c +++ b/lib/libc/softfloat/bits32/softfloat.c @@ -77,8 +77,8 @@ __FBSDID("$FreeBSD$"); Floating-point rounding mode and exception flags. ------------------------------------------------------------------------------- */ -fp_rnd_t float_rounding_mode = float_round_nearest_even; -fp_except float_exception_flags = 0; +int float_rounding_mode = float_round_nearest_even; +int float_exception_flags = 0; /* ------------------------------------------------------------------------------- |
