remove debug leftovers

This commit is contained in:
RSDuck 2020-02-04 17:38:04 +01:00
parent 9b98b8816a
commit 842df432aa
1 changed files with 0 additions and 2 deletions

View File

@ -725,8 +725,6 @@ void ARMv4::ExecuteJIT()
return;
}
//printf("executing armv4 at %08x\n", instrAddr);
ARMJIT::JitBlockEntry block = ARMJIT::LookUpBlock<1>(instrAddr);
if (block)
Cycles += block();