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/emu/x64emu_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emu') diff --git a/src/emu/x64emu_private.h b/src/emu/x64emu_private.h index 9e7b599e..250d8cee 100755 --- a/src/emu/x64emu_private.h +++ b/src/emu/x64emu_private.h @@ -98,6 +98,7 @@ typedef struct x64emu_s { void* stack2free; // this is the stack to free (can be NULL) void* init_stack; // initial stack (owned or not) uint32_t size_stack; // stack size (owned or not) + struct __jmp_buf_tag *jmpbuf; x64_ucontext_t *uc_link; // to handle setcontext -- cgit 1.4.1