implement msr and mrs for the x64 JIT

This commit is contained in:
RSDuck
2020-04-25 19:35:40 +02:00
parent 68d552074b
commit a9dd6e30ad
4 changed files with 134 additions and 2 deletions

View File

@ -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;