mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
remove debug leftovers
This commit is contained in:
@ -768,8 +768,6 @@ void ARMv4::ExecuteJIT()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//printf("executing armv4 at %08x\n", instrAddr);
|
|
||||||
|
|
||||||
ARMJIT::JitBlockEntry block = ARMJIT::LookUpBlock<1>(instrAddr);
|
ARMJIT::JitBlockEntry block = ARMJIT::LookUpBlock<1>(instrAddr);
|
||||||
if (block)
|
if (block)
|
||||||
Cycles += block();
|
Cycles += block();
|
||||||
|
Reference in New Issue
Block a user