提交 89934337 编写于 作者: B bellard

bctr and blr must ignore the two lsb


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1438 c046a42c-6fe2-441c-8c8c-71466251a162
上级 d094807b
......@@ -446,7 +446,7 @@ PPC_OP(b)
PPC_OP(b_T1)
{
regs->nip = T1;
regs->nip = T1 & ~3;
}
PPC_OP(btest)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册