fix build regression in i386 asm for atan2, atan2f
[oweals/musl.git] / src / math / i386 / atan2.s
index 1fa0524db9f66016a2106309a0314ae3d91e0d24..76b95f3176d49904a918e36aad30517ea720cb68 100644 (file)
@@ -11,4 +11,4 @@ atan2:
        jae 1f
                # subnormal x, return x with underflow
        fsts 4(%esp)
-       ret
+1:     ret