Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #821 from FioraAeterna/fixjitcompare
Debugger: fix JIT block viewer PPC view
  • Loading branch information
dolphin-emu-bot committed Aug 17, 2014
2 parents 6bfe371 + a317dac commit 1d88091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Debugger/JitWindow.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 1d88091

Please sign in to comment.