mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 19:53:56 +00:00
Multiple fixes
This commit is contained in:
@@ -9,6 +9,9 @@ namespace gdb_stub
|
||||
: handler_(std::move(h))
|
||||
{
|
||||
this->stop_ = false;
|
||||
this->runner_ = std::thread([this] {
|
||||
this->work(); //
|
||||
});
|
||||
}
|
||||
|
||||
async_handler::~async_handler()
|
||||
|
||||
Reference in New Issue
Block a user