summaryrefslogtreecommitdiff
path: root/src/math/x32/remainderl.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x32/remainderl.s')
-rw-r--r--src/math/x32/remainderl.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/x32/remainderl.s b/src/math/x32/remainderl.s
index 75c12374..c97f68ad 100644
--- a/src/math/x32/remainderl.s
+++ b/src/math/x32/remainderl.s
@@ -1,8 +1,8 @@
.global remainderl
.type remainderl,@function
remainderl:
- fldt 24(%rsp)
- fldt 8(%rsp)
+ fldt 24(%esp)
+ fldt 8(%esp)
1: fprem1
fstsw %ax
sahf