From 778f4ce0d9ecc80fa0ea2c863425abfb81ef496e Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 24 Sep 2011 01:13:03 +0000 Subject: [PATCH] oops --- desmume/src/thumb_instructions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);