Skip to content

Commit

Permalink
Call VSRTL widget sync on processor run finished
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Sep 5, 2021
1 parent 4440c73 commit 94fdc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/processortab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ void ProcessorTab::setInstructionViewCenterAddr(AInt address) {
void ProcessorTab::runFinished() {
pause();
ProcessorHandler::checkProcessorFinished();
m_vsrtlWidget->sync();
m_statUpdateTimer->stop();
}

Expand Down

0 comments on commit 94fdc6f

Please sign in to comment.