math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
[musl] / src / math / x32 / fmodl.s
index ca81e60..9e4378a 100644 (file)
@@ -1,8 +1,8 @@
 .global fmodl
 .type fmodl,@function
 fmodl:
-       fldt 24(%rsp)
-       fldt 8(%rsp)
+       fldt 24(%esp)
+       fldt 8(%esp)
 1:     fprem
        fstsw %ax
        sahf