mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +00:00
Initial guest-to-host trampoline generation
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "common.h"
|
||||
#include "handles.h"
|
||||
#include "mimalloc.h"
|
||||
#include "types.h"
|
||||
|
||||
#include <condition_variable>
|
||||
#include <pthread.h>
|
||||
@@ -80,7 +81,7 @@ struct ThreadObject final : WaitableObject {
|
||||
pthread_t thread;
|
||||
DWORD exitCode = STILL_ACTIVE;
|
||||
unsigned int suspendCount = 0;
|
||||
TIB *tib = nullptr;
|
||||
TEB *tib = nullptr;
|
||||
|
||||
explicit ThreadObject(pthread_t thread) : WaitableObject(kType), thread(thread) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user