提交 ad23771c 编写于 作者: N nsz

math: fix typo in i386 remquof and remquol asm

(fldl instruction was used instead of flds and fldt)
上级 e68a4633
......@@ -2,8 +2,8 @@
.type remquof,@function
remquof:
mov 12(%esp),%ecx
fldl 8(%esp)
fldl 4(%esp)
flds 8(%esp)
flds 4(%esp)
mov 11(%esp),%dh
xor 7(%esp),%dh
jmp 1f
......@@ -12,8 +12,8 @@ remquof:
.type remquol,@function
remquol:
mov 28(%esp),%ecx
fldl 16(%esp)
fldl 4(%esp)
fldt 16(%esp)
fldt 4(%esp)
mov 25(%esp),%dh
xor 13(%esp),%dh
jmp 1f
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册