Use platform specific first argument register
This commit is contained in:
parent
ad05c35a7e
commit
f45f888d0b
|
@ -163,7 +163,7 @@ public:
|
|||
} while (0)
|
||||
|
||||
void CheckBlock(RuntimeBlockInfo* block) {
|
||||
mov(ecx,block->addr);
|
||||
mov(call_regs[0], block->addr);
|
||||
|
||||
s32 sz=block->sh4_code_size;
|
||||
u32 sa=block->addr;
|
||||
|
|
Loading…
Reference in New Issue