diff options
Diffstat (limited to 'src/math/i386/sqrt.s')
-rw-r--r-- | src/math/i386/sqrt.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/sqrt.s b/src/math/i386/sqrt.s index 8289d094..57837e25 100644 --- a/src/math/i386/sqrt.s +++ b/src/math/i386/sqrt.s @@ -2,7 +2,7 @@ .type sqrt,@function sqrt: fldl 4(%esp) fsqrt - fstsw %ax + fnstsw %ax sub $12,%esp fld %st(0) fstpt (%esp) |