diff --git a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp index 4bd0b57811..214ce53a51 100644 --- a/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp +++ b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp @@ -205,7 +205,7 @@ void CachedInterpreter::Jit(u32 address) { js.downcountAmount += ops[i].opinfo->numCycles; - u32 function = HLE::GetFunctionIndex(ops[i].address); + u32 function = HLE::GetFirstFunctionIndex(ops[i].address); if (function != 0) { int type = HLE::GetFunctionTypeByIndex(function);