diff --git a/Source/Core/Core/PowerPC/CachedInterpreter.cpp b/Source/Core/Core/PowerPC/CachedInterpreter.cpp index d2e19c5f81..bd07c27f37 100644 --- a/Source/Core/Core/PowerPC/CachedInterpreter.cpp +++ b/Source/Core/Core/PowerPC/CachedInterpreter.cpp @@ -10,6 +10,8 @@ void CachedInterpreter::Init() { m_code.reserve(CODE_SIZE / sizeof(Instruction)); + jo.enableBlocklink = false; + JitBaseBlockCache::Init(); code_block.m_stats = &js.st;