From 6d55aebcf7c32700b7d307643bdeba31b1ed31f5 Mon Sep 17 00:00:00 2001 From: Ryan Meredith Date: Mon, 21 Nov 2016 23:23:48 -0500 Subject: [PATCH] Typo_Fix --- Source/Core/Core/PowerPC/Jit64/JitAsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));