diff --git a/desmume/src/thumb_instructions.cpp b/desmume/src/thumb_instructions.cpp index 1efa5e741..c6026d4cd 100644 --- a/desmume/src/thumb_instructions.cpp +++ b/desmume/src/thumb_instructions.cpp @@ -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);