DolphinWX: Enable branch following in the JIT debug interface.

This commit is contained in:
degasus 2017-08-12 21:10:16 +02:00
parent 8ab34b1a3e
commit 95ce860265
1 changed files with 1 additions and 0 deletions

View File

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