mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 19:53:56 +00:00
More fixes
This commit is contained in:
@@ -58,6 +58,7 @@ namespace gdb_stub
|
||||
{
|
||||
while (!this->run_ && !this->stop_)
|
||||
{
|
||||
this->is_running_ = false;
|
||||
std::this_thread::sleep_for(10ms);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user