summaryrefslogtreecommitdiff
path: root/src/math/x32/logl.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x32/logl.s')
-rw-r--r--src/math/x32/logl.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/x32/logl.s b/src/math/x32/logl.s
index 20dd1f81..eff64506 100644
--- a/src/math/x32/logl.s
+++ b/src/math/x32/logl.s
@@ -2,6 +2,6 @@
.type logl,@function
logl:
fldln2
- fldt 8(%rsp)
+ fldt 8(%esp)
fyl2x
ret