提交 d9c1d72c 编写于 作者: R Rich Felker

bug fix: wrong opcode for writing long long

上级 b04b5887
......@@ -2,7 +2,7 @@
.type llrint,@function
llrint:
fldl 4(%esp)
fistpl 4(%esp)
fistpq 4(%esp)
mov 4(%esp),%eax
mov 8(%esp),%edx
ret
......@@ -2,7 +2,7 @@
.type llrintl,@function
llrintl:
fldt 4(%esp)
fistpl 4(%esp)
fistpq 4(%esp)
mov 4(%esp),%eax
mov 8(%esp),%edx
ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册