oops
This commit is contained in:
parent
47afec91fa
commit
778f4ce0d9
|
@ -1072,7 +1072,7 @@ TEMPLATE static u32 FASTCALL OP_B_UNCOND(const u32 i)
|
||||||
static const u16 mov_r12_r12 = 0x46E4;
|
static const u16 mov_r12_r12 = 0x46E4;
|
||||||
if(last == mov_r12_r12 && next == 0x6464)
|
if(last == mov_r12_r12 && next == 0x6464)
|
||||||
{
|
{
|
||||||
NocashMessage(cpu);
|
NocashMessage(cpu,6);
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu->R[15] += (SIGNEEXT_IMM11(i)<<1);
|
cpu->R[15] += (SIGNEEXT_IMM11(i)<<1);
|
||||||
|
|
Loading…
Reference in New Issue