summaryrefslogtreecommitdiff
path: root/src/math/i386/remainderl.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/remainderl.s')
-rw-r--r--src/math/i386/remainderl.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/remainderl.s b/src/math/i386/remainderl.s
index 00978729..b41518ed 100644
--- a/src/math/i386/remainderl.s
+++ b/src/math/i386/remainderl.s
@@ -4,7 +4,7 @@ remainderl:
fldt 16(%esp)
fldt 4(%esp)
1: fprem1
- fstsw %ax
+ fnstsw %ax
sahf
jp 1b
fstp %st(1)