More fixes

This commit is contained in:
momo5502
2025-01-18 09:28:23 +01:00
parent 2044a3c4ab
commit e79d919bbb
5 changed files with 46 additions and 36 deletions

View File

@@ -58,6 +58,7 @@ namespace gdb_stub
{
while (!this->run_ && !this->stop_)
{
this->is_running_ = false;
std::this_thread::sleep_for(10ms);
}