Qt: Fix disassembly widget stepping
This commit is contained in:
parent
c4e11519af
commit
7ccce98389
2 changed files with 5 additions and 2 deletions
|
@ -65,7 +65,7 @@ void EmuThread::run() {
|
|||
was_active = false;
|
||||
} else {
|
||||
std::unique_lock<std::mutex> lock(running_mutex);
|
||||
running_cv.wait(lock, [this]{ return IsRunning() || stop_run; });
|
||||
running_cv.wait(lock, [this]{ return IsRunning() || exec_step || stop_run; });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue