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