math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
[musl] / src / math / x32 / sqrtl.s
index 23cd687..8d70856 100644 (file)
@@ -1,5 +1,5 @@
 .global sqrtl
 .type sqrtl,@function
-sqrtl: fldt 8(%rsp)
+sqrtl: fldt 8(%esp)
        fsqrt
        ret