forked from dolphin-emu/dolphin
Added a CompileExceptionCheck function to the JitInterface and re-routed the existing code to utilise the interface.
This commit is contained in:
@@ -654,7 +654,7 @@ u32 PPCAnalyzer::Analyze(u32 address, CodeBlock *block, CodeBuffer *buffer, u32
|
||||
|
||||
for (u32 i = 0; i < blockSize; ++i)
|
||||
{
|
||||
UGeckoInstruction inst = JitInterface::Read_Opcode_JIT(address);
|
||||
UGeckoInstruction inst = JitInterface::ReadOpcodeJIT(address);
|
||||
|
||||
if (inst.hex != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user