Merge pull request #4186 from aldelaro5/registerView-update-fix
Fix registerView updates issues when stepping over or stepping out
This commit is contained in:
commit
ea7e734496
|
@ -270,7 +270,6 @@ void SingleStep()
|
|||
|
||||
void RunLoop()
|
||||
{
|
||||
Host_UpdateDisasmDialog();
|
||||
s_cpu_core_base->Run();
|
||||
Host_UpdateDisasmDialog();
|
||||
}
|
||||
|
|
|
@ -369,6 +369,7 @@ void CCodeWindow::StepOut()
|
|||
|
||||
JumpToAddress(PC);
|
||||
Update();
|
||||
Host_UpdateDisasmDialog();
|
||||
|
||||
UpdateButtonStates();
|
||||
// Update all toolbars in the aui manager
|
||||
|
|
Loading…
Reference in New Issue