mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
improve nop handling and proper behaviour for LDM^
fixes dslinux
This commit is contained in:
@ -768,6 +768,8 @@ void ARMv4::ExecuteJIT()
|
||||
return;
|
||||
}
|
||||
|
||||
//printf("executing armv4 at %08x\n", instrAddr);
|
||||
|
||||
ARMJIT::JitBlockEntry block = ARMJIT::LookUpBlock<1>(instrAddr);
|
||||
if (block)
|
||||
Cycles += block();
|
||||
|
Reference in New Issue
Block a user