mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 22:33:36 +08:00
bctr and blr must ignore the two lsb
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1438 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d094807b9b
commit
8993433789
@ -446,7 +446,7 @@ PPC_OP(b)
|
||||
|
||||
PPC_OP(b_T1)
|
||||
{
|
||||
regs->nip = T1;
|
||||
regs->nip = T1 & ~3;
|
||||
}
|
||||
|
||||
PPC_OP(btest)
|
||||
|
Loading…
Reference in New Issue
Block a user