diff options
Diffstat (limited to 'ports/sysdeps/mips/fpu/fedisblxcpt.c')
-rw-r--r-- | ports/sysdeps/mips/fpu/fedisblxcpt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/fpu/fedisblxcpt.c b/ports/sysdeps/mips/fpu/fedisblxcpt.c index 1db197f213..7498c0c27c 100644 --- a/ports/sysdeps/mips/fpu/fedisblxcpt.c +++ b/ports/sysdeps/mips/fpu/fedisblxcpt.c @@ -34,7 +34,6 @@ fedisableexcept (int excepts) excepts &= FE_ALL_EXCEPT; new_exc &= ~(excepts << ENABLE_SHIFT); - new_exc &= ~_FPU_RESERVED; _FPU_SETCW (new_exc); return old_exc; |