Quick & dirty thread switching support

This commit is contained in:
momo5502
2024-10-17 20:05:47 +02:00
parent 933bfcaaf3
commit 71c8177ee3
5 changed files with 95 additions and 2 deletions

View File

@@ -77,6 +77,9 @@ public:
bool verbose_calls{false};
bool buffer_stdout{false};
bool fuzzing{false};
bool switch_thread{false};
void perform_thread_switch();
private:
std::unique_ptr<x64_emulator> emu_{};