Merge pull request #821 from FioraAeterna/fixjitcompare

Debugger: fix JIT block viewer PPC view
This commit is contained in:
Dolphin Bot 2014-08-17 07:29:25 +02:00
commit 1d88091e0b
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ void CJitWindow::Compare(u32 em_address)
PPCAnalyst::BlockRegStats fpa;
PPCAnalyst::CodeBlock code_block;
PPCAnalyst::PPCAnalyzer analyzer;
analyzer.SetOption(PPCAnalyst::PPCAnalyzer::OPTION_CONDITIONAL_CONTINUE);
code_block.m_stats = &st;
code_block.m_gpa = &gpa;