Use platform specific first argument register

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2018-07-01 12:15:59 +02:00
parent ad05c35a7e
commit f45f888d0b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public:
} while (0) } while (0)
void CheckBlock(RuntimeBlockInfo* block) { void CheckBlock(RuntimeBlockInfo* block) {
mov(ecx,block->addr); mov(call_regs[0], block->addr);
s32 sz=block->sh4_code_size; s32 sz=block->sh4_code_size;
u32 sa=block->addr; u32 sa=block->addr;