From 7317472b5f62316e5817f9e89ae2ddf99862412d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 23 Sep 2024 19:45:13 +0200 Subject: [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads handling --- src/include/threads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/threads.h') diff --git a/src/include/threads.h b/src/include/threads.h index fcceff33..7a77657f 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -9,6 +9,7 @@ typedef struct emuthread_s { void* arg; x64emu_t* emu; int join; + int is32bits; uintptr_t self; ulong_t hself; int cancel_cap, cancel_size; -- cgit 1.4.1