Revision 89934337

b/target-ppc/op.c
446 446

  
447 447
PPC_OP(b_T1)
448 448
{
449
    regs->nip = T1;
449
    regs->nip = T1 & ~3;
450 450
}
451 451

  
452 452
PPC_OP(btest) 

Also available in: Unified diff