summaryrefslogtreecommitdiff
path: root/src/math/x32/atanl.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x32/atanl.s')
-rw-r--r--src/math/x32/atanl.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/x32/atanl.s b/src/math/x32/atanl.s
index df76de5d..f475fe0e 100644
--- a/src/math/x32/atanl.s
+++ b/src/math/x32/atanl.s
@@ -1,7 +1,7 @@
.global atanl
.type atanl,@function
atanl:
- fldt 8(%rsp)
+ fldt 8(%esp)
fld1
fpatan
ret