mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 23:52:29 +02:00
[HLE] Jit: Fixes invalid logs
This commit is contained in:
parent
51def492c7
commit
5ea798b726
@ -797,7 +797,7 @@ const u8* Jit64::DoJit(u32 em_address, PPCAnalyst::CodeBuffer* code_buf, JitBloc
|
|||||||
SetJumpTarget(noExtIntEnable);
|
SetJumpTarget(noExtIntEnable);
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 function = HLE::GetFunctionIndex(ops[i].address);
|
u32 function = HLE::GetFirstFunctionIndex(ops[i].address);
|
||||||
if (function != 0)
|
if (function != 0)
|
||||||
{
|
{
|
||||||
int type = HLE::GetFunctionTypeByIndex(function);
|
int type = HLE::GetFunctionTypeByIndex(function);
|
||||||
|
Loading…
Reference in New Issue
Block a user