x32 port (diff against vanilla x86_64)
[musl] / src / math / x32 / atan2l.s
index e5f0a3d..1ead078 100644 (file)
@@ -1,7 +1,7 @@
 .global atan2l
 .type atan2l,@function
 atan2l:
-       fldt 8(%rsp)
-       fldt 24(%rsp)
+       fldt 8(%esp)
+       fldt 24(%esp)
        fpatan
        ret