Added a CompileExceptionCheck function to the JitInterface and re-routed the existing code to utilise the interface.

This commit is contained in:
skidau
2014-09-08 00:40:43 +10:00
parent 945d431171
commit 4b37fdfa45
5 changed files with 53 additions and 27 deletions

View File

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