diff options
Diffstat (limited to 'src/emu/x64emu_private.h')
| -rw-r--r-- | src/emu/x64emu_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64emu_private.h b/src/emu/x64emu_private.h index 9e7b599e..250d8cee 100644 --- 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 |