mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
[HLE] Jit: Fixes invalid logs
This commit is contained in:
parent
51def492c7
commit
5ea798b726
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue