sim-card
/
qemu
Archived
10
0
Fork 0

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:
bellard 2005-06-04 22:19:02 +00:00
parent d094807b9b
commit 8993433789
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ PPC_OP(b)
PPC_OP(b_T1)
{
regs->nip = T1;
regs->nip = T1 & ~3;
}
PPC_OP(btest)