From ab2d68ef45c729134d92e9dad0d78c1fa035a489 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 8 Jul 2023 17:21:49 +0200 Subject: Simplyfied internal jmpbuf handling --- src/include/threads.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/include/threads.h') diff --git a/src/include/threads.h b/src/include/threads.h index ec133d16..af58046b 100755 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -4,16 +4,8 @@ typedef struct box64context_s box64context_t; typedef struct x64emu_s x64emu_t; -typedef struct emu_jmpbuf_s { - x64emu_t* emu; - void* jmpbuf; - int jmpbuf_ok; -} emu_jmpbuf_t; - void CleanStackSize(box64context_t* context); -emu_jmpbuf_t* GetJmpBuf(void); - void init_pthread_helper(void); void fini_pthread_helper(box64context_t* context); -- cgit 1.4.1