This commit is contained in:
zeromus 2011-09-24 01:13:03 +00:00
parent 47afec91fa
commit 778f4ce0d9
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ TEMPLATE static u32 FASTCALL OP_B_UNCOND(const u32 i)
static const u16 mov_r12_r12 = 0x46E4;
if(last == mov_r12_r12 && next == 0x6464)
{
NocashMessage(cpu);
NocashMessage(cpu,6);
}
cpu->R[15] += (SIGNEEXT_IMM11(i)<<1);