remove unused SIGTIMER handler in timer_create
[musl] / src / math / i386 / atan2.s
index 76b95f3..8bc441b 100644 (file)
@@ -4,7 +4,8 @@ atan2:
        fldl 4(%esp)
        fldl 12(%esp)
        fpatan
-       fstl 4(%esp)
+       fstpl 4(%esp)
+       fldl 4(%esp)
        mov 8(%esp),%eax
        add %eax,%eax
        cmp $0x00200000,%eax