From 7794a623aa27351b12a50fe9bf9f92ddac10d512 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 10 Sep 2024 15:10:28 +0200 Subject: [BOX32] Fix and simplified 32bits threads handling --- src/include/threads.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') 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; -- cgit 1.4.1