diff options
Diffstat (limited to 'src/math/i386/fmodf.s')
-rw-r--r-- | src/math/i386/fmodf.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/fmodf.s b/src/math/i386/fmodf.s index d99c80f2..e04e2a56 100644 --- a/src/math/i386/fmodf.s +++ b/src/math/i386/fmodf.s @@ -4,7 +4,7 @@ fmodf: flds 8(%esp) flds 4(%esp) 1: fprem - fstsw %ax + fnstsw %ax sahf jp 1b fstp %st(1) |