x32 port (diff against vanilla x86_64)
[musl] / src / math / x32 / rintl.s
index 64e663c..be1d2fa 100644 (file)
@@ -1,6 +1,6 @@
 .global rintl
 .type rintl,@function
 rintl:
-       fldt 8(%rsp)
+       fldt 8(%esp)
        frndint
        ret