summaryrefslogtreecommitdiff
path: root/src/math/x32/lrintl.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x32/lrintl.s')
-rw-r--r--src/math/x32/lrintl.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/x32/lrintl.s b/src/math/x32/lrintl.s
index ee97d1cf..d4355c32 100644
--- a/src/math/x32/lrintl.s
+++ b/src/math/x32/lrintl.s
@@ -2,6 +2,6 @@
.type lrintl,@function
lrintl:
fldt 8(%esp)
- fistpll 8(%esp)
- mov 8(%esp),%rax
+ fistpl 8(%esp)
+ movl 8(%esp),%eax
ret