From 2127eaea221e89a44ececc87bc74f7d7b44873d0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 10 Sep 2024 16:55:25 +0200 Subject: [BOX32] Put back pthread_t behind hash, but ease hash range to have more native values --- src/include/threads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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; -- cgit 1.4.1