Skip to content

Commit

Permalink
Merge pull request #4186 from aldelaro5/registerView-update-fix
Browse files Browse the repository at this point in the history
Fix registerView updates issues when stepping over or stepping out
  • Loading branch information
phire committed Sep 14, 2016
2 parents 4e595ca + 6f54c32 commit ea7e734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/PowerPC.cpp
Expand Up @@ -270,7 +270,6 @@ void SingleStep()

void RunLoop()
{
Host_UpdateDisasmDialog();
s_cpu_core_base->Run();
Host_UpdateDisasmDialog();
}
Expand Down
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Debugger/CodeWindow.cpp
Expand Up @@ -369,6 +369,7 @@ void CCodeWindow::StepOut()

JumpToAddress(PC);
Update();
Host_UpdateDisasmDialog();

UpdateButtonStates();
// Update all toolbars in the aui manager
Expand Down

0 comments on commit ea7e734

Please sign in to comment.