diff --git a/Source/Core/Core/Src/PowerPC/Jit64/JitRegCache.cpp b/Source/Core/Core/Src/PowerPC/Jit64/JitRegCache.cpp index 2392f22dd3..26299f0aae 100644 --- a/Source/Core/Core/Src/PowerPC/Jit64/JitRegCache.cpp +++ b/Source/Core/Core/Src/PowerPC/Jit64/JitRegCache.cpp @@ -336,7 +336,8 @@ namespace Jit64 //must be immediate - do nothing } OpArg newLoc = GetDefaultLocation(i); - if (doStore) + + //if (doStore) <-- Breaks JIT compilation MOV(32, newLoc, regs[i].location); regs[i].location = newLoc; regs[i].away = false;