fix build regression in i386 asm for atan2, atan2f

commit f3ed8bfe8a inadvertently removed
labels that were still needed.
This commit is contained in:
Rich Felker 2019-08-05 19:57:07 -04:00
parent f3ed8bfe8a
commit 6818c31c9b
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ atan2:
jae 1f
# subnormal x, return x with underflow
fsts 4(%esp)
ret
1: ret

View File

@ -13,4 +13,4 @@ atan2f:
fld %st(0)
fmul %st(1)
fstps 4(%esp)
ret
1: ret