diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-10 15:10:28 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-10 15:10:28 +0200 |
| commit | 7794a623aa27351b12a50fe9bf9f92ddac10d512 (patch) | |
| tree | ae816a0d7f5094fc2899db81486f854886628643 /src/include | |
| parent | 0443edc03481221ab2ebe100319ab23dc193150f (diff) | |
| download | box64-7794a623aa27351b12a50fe9bf9f92ddac10d512.tar.gz box64-7794a623aa27351b12a50fe9bf9f92ddac10d512.zip | |
[BOX32] Fix and simplified 32bits threads handling
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/threads.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index a35b02f3..dee33f58 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -10,7 +10,6 @@ typedef struct emuthread_s { x64emu_t* emu; int join; uintptr_t self; - ulong_t hself; int cancel_cap, cancel_size; void** cancels; } emuthread_t; |