aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/fpu/s_fdiml.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/fpu/s_fdiml.S b/sysdeps/x86_64/fpu/s_fdiml.S
index 3789d14bb0..3460b0f979 100644
--- a/sysdeps/x86_64/fpu/s_fdiml.S
+++ b/sysdeps/x86_64/fpu/s_fdiml.S
@@ -22,8 +22,8 @@
.text
ENTRY(__fdiml)
- fldt 8(%esp) // x
- fldt 24(%esp) // x : y
+ fldt 8(%rsp) // x
+ fldt 24(%rsp) // x : y
fucomi %st(1), %st
jp 1f