x32 port (diff against vanilla x86_64)
[musl] / src / math / x32 / log2l.s
index ba08b9f..bf88e8e 100644 (file)
@@ -2,6 +2,6 @@
 .type log2l,@function
 log2l:
        fld1
-       fldt 8(%rsp)
+       fldt 8(%esp)
        fyl2x
        ret