mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
Typo_Fix
This commit is contained in:
parent
3d21169dfc
commit
6d55aebcf7
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ void Jit64AsmRoutineManager::Generate()
|
|||
MOV(64, R(RMEM), Imm64((u64)Memory::logical_base));
|
||||
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.
|
||||
MOV(32, R(RSCRATCH), PPCSTATE(pc));
|
||||
|
|
Loading…
Add table
Reference in a new issue