about summary refs log tree commit diff
path: root/src/math/x32/fmodl.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x32/fmodl.s')
-rw-r--r--src/math/x32/fmodl.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/x32/fmodl.s b/src/math/x32/fmodl.s
index b9513204..c3f790c9 100644
--- a/src/math/x32/fmodl.s
+++ b/src/math/x32/fmodl.s
@@ -4,7 +4,7 @@ fmodl:
 	fldt 24(%esp)
 	fldt 8(%esp)
 1:	fprem
-	fstsw %ax
+	fnstsw %ax
 	testb $4,%ah
 	jnz 1b
 	fstp %st(1)