mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
commit
b6f9bdf16b
@ -102,7 +102,7 @@ void Jit64AsmRoutineManager::Generate()
|
|||||||
MOV(64, R(RMEM), Imm64((u64)Memory::logical_base));
|
MOV(64, R(RMEM), Imm64((u64)Memory::logical_base));
|
||||||
SetJumpTarget(membaseend);
|
SetJumpTarget(membaseend);
|
||||||
|
|
||||||
// The following is an translation of JitBaseBlockCache::Dispatch into assembly.
|
// The following is a translation of JitBaseBlockCache::Dispatch into assembly.
|
||||||
|
|
||||||
// Fast block number lookup.
|
// Fast block number lookup.
|
||||||
MOV(32, R(RSCRATCH), PPCSTATE(pc));
|
MOV(32, R(RSCRATCH), PPCSTATE(pc));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user