[HLE] CachedInterpreter: Fixes invalid logs

This commit is contained in:
Sepalani 2016-11-23 00:12:41 +00:00
parent e0e93fc3a6
commit 51def492c7
1 changed files with 1 additions and 1 deletions

View File

@ -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);