diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2016-11-22 01:45:23 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-22 01:45:23 -0600 |
| commit | b6f9bdf16bf29a49c6fcf12b07f144d2ccbabbba (patch) | |
| tree | 328a75bf27b36b11fb4642eaa787f7be8fa405c6 /Source/Core | |
| parent | 3d21169dfc401e2ce92da9f32ce4740e82838c98 (diff) | |
| parent | 6d55aebcf7c32700b7d307643bdeba31b1ed31f5 (diff) | |
Merge pull request #4466 from Ebola16/master
Jit64: Minor Typo Fix
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/PowerPC/Jit64/JitAsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp index 661f89b484..f0e7b06a79 100644 --- a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp +++ b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp @@ -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)); |
