about summary refs log tree commit diff
path: root/src/math/i386/remainder.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/remainder.s')
-rw-r--r--src/math/i386/remainder.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/remainder.s b/src/math/i386/remainder.s
index 7f4be051..ab1da95d 100644
--- a/src/math/i386/remainder.s
+++ b/src/math/i386/remainder.s
@@ -7,7 +7,7 @@ drem:
 	fldl 12(%esp)
 	fldl 4(%esp)
 1:	fprem1
-	fstsw %ax
+	fnstsw %ax
 	sahf
 	jp 1b
 	fstp %st(1)