diff options
Diffstat (limited to 'src/math/i386/remainderl.s')
-rw-r--r-- | src/math/i386/remainderl.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/remainderl.s b/src/math/i386/remainderl.s index 00978729..b41518ed 100644 --- a/src/math/i386/remainderl.s +++ b/src/math/i386/remainderl.s @@ -4,7 +4,7 @@ remainderl: fldt 16(%esp) fldt 4(%esp) 1: fprem1 - fstsw %ax + fnstsw %ax sahf jp 1b fstp %st(1) |