mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Jit: Remove checkedEntry
It's now always identical to normalEntry.
This commit is contained in:
@ -187,7 +187,7 @@ JitInterface::GetHostCode(u32 address) const
|
||||
}
|
||||
|
||||
GetHostCodeResult result;
|
||||
result.code = block->checkedEntry;
|
||||
result.code = block->normalEntry;
|
||||
result.code_size = block->codeSize;
|
||||
result.entry_address = block->effectiveAddress;
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user