Merge pull request #4466 from Ebola16/master

Jit64: Minor Typo Fix
This commit is contained in:
Anthony 2016-11-22 01:45:23 -06:00 committed by GitHub
commit b6f9bdf16b
1 changed files with 1 additions and 1 deletions

View File

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