summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/mips/fpu/feenablxcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/mips/fpu/feenablxcpt.c')
-rw-r--r--libc/ports/sysdeps/mips/fpu/feenablxcpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/ports/sysdeps/mips/fpu/feenablxcpt.c b/libc/ports/sysdeps/mips/fpu/feenablxcpt.c
index 2a3a07618..bca8e3d23 100644
--- a/libc/ports/sysdeps/mips/fpu/feenablxcpt.c
+++ b/libc/ports/sysdeps/mips/fpu/feenablxcpt.c
@@ -34,7 +34,6 @@ feenableexcept (int excepts)
excepts &= FE_ALL_EXCEPT;
new_exc |= excepts << ENABLE_SHIFT;
- new_exc &= ~_FPU_RESERVED;
_FPU_SETCW (new_exc);
return old_exc;