提交 6818c31c 编写于 作者: R Rich Felker

fix build regression in i386 asm for atan2, atan2f

commit f3ed8bfe inadvertently removed
labels that were still needed.
上级 f3ed8bfe
......@@ -11,4 +11,4 @@ atan2:
jae 1f
# subnormal x, return x with underflow
fsts 4(%esp)
ret
1: ret
......@@ -13,4 +13,4 @@ atan2f:
fld %st(0)
fmul %st(1)
fstps 4(%esp)
ret
1: ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册