about summary refs log tree commit diff
path: root/src/math/i386/fmodl.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/fmodl.s')
-rw-r--r--src/math/i386/fmodl.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/fmodl.s b/src/math/i386/fmodl.s
index 7e07e7b5..0cb3fe9b 100644
--- a/src/math/i386/fmodl.s
+++ b/src/math/i386/fmodl.s
@@ -4,7 +4,7 @@ fmodl:
 	fldt 16(%esp)
 	fldt 4(%esp)
 1:	fprem
-	fstsw %ax
+	fnstsw %ax
 	sahf
 	jp 1b
 	fstp %st(1)