mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 05:31:03 +00:00
Quick & dirty thread switching support
This commit is contained in:
@@ -201,6 +201,8 @@ public:
|
||||
|
||||
uint32_t id{};
|
||||
|
||||
std::optional<handle> await_object{};
|
||||
|
||||
std::optional<emulator_allocator> gs_segment;
|
||||
std::optional<emulator_object<TEB>> teb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user