remove some debug crap

This commit is contained in:
Arisotura
2020-12-10 18:09:11 +01:00
parent af62c99124
commit 1dbe69c6be
4 changed files with 9 additions and 19 deletions

View File

@ -570,8 +570,6 @@ void ARMv5::Execute()
// actually execute
u32 icode = (CurInstr >> 6) & 0x3FF;
ARMInterpreter::THUMBInstrTable[icode](this);
if (R[15]==0x0219A6B0) printf("CAM THREAD MSG: %02X %08X -> %08X\n", R[1], R[0], 0x0219A6B6+R[0]);
}
else
{