summaryrefslogtreecommitdiff
path: root/src/math/i386/fmod.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/fmod.s')
-rw-r--r--src/math/i386/fmod.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/fmod.s b/src/math/i386/fmod.s
index 069fbfe7..2113b3c5 100644
--- a/src/math/i386/fmod.s
+++ b/src/math/i386/fmod.s
@@ -4,7 +4,7 @@ fmod:
fldl 12(%esp)
fldl 4(%esp)
1: fprem
- fstsw %ax
+ fnstsw %ax
sahf
jp 1b
fstp %st(1)