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