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.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/x32/lrintl.s b/src/math/x32/lrintl.s
index d587b12b..ee97d1cf 100644
--- a/src/math/x32/lrintl.s
+++ b/src/math/x32/lrintl.s
@@ -1,7 +1,7 @@
.global lrintl
.type lrintl,@function
lrintl:
- fldt 8(%rsp)
- fistpll 8(%rsp)
- mov 8(%rsp),%rax
+ fldt 8(%esp)
+ fistpll 8(%esp)
+ mov 8(%esp),%rax
ret