diff options
Diffstat (limited to 'src/include/threads.h')
| -rw-r--r-- | src/include/threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index dee33f58..fcceff33 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -10,6 +10,7 @@ typedef struct emuthread_s { x64emu_t* emu; int join; uintptr_t self; + ulong_t hself; int cancel_cap, cancel_size; void** cancels; } emuthread_t; |