Perform retrigger after violation

This commit is contained in:
momo5502
2024-11-03 20:27:30 +01:00
parent 690f314302
commit 3a26b3a894
3 changed files with 28 additions and 26 deletions

View File

@@ -964,7 +964,7 @@ void windows_emulator::start(std::chrono::nanoseconds timeout, size_t count)
this->emu().start_from_ip(timeout, count);
if (!this->switch_thread)
if (!this->switch_thread && !this->emu().has_violation())
{
break;
}