mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
implement msr and mrs for the x64 JIT
This commit is contained in:
@ -824,7 +824,7 @@ void InvalidateITCM(u32 addr)
|
||||
|
||||
void InvalidateAll()
|
||||
{
|
||||
JIT_DEBUGPRINT("invalidating all %x\n", JitBlocks.Length);
|
||||
JIT_DEBUGPRINT("invalidating all %x\n", JitBlocks.size());
|
||||
for (auto it : JitBlocks)
|
||||
{
|
||||
JitBlock* block = it.second;
|
||||
|
Reference in New Issue
Block a user