about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-08 17:21:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-07-08 17:21:49 +0200
commitab2d68ef45c729134d92e9dad0d78c1fa035a489 (patch)
treebd8d00b0d7367eb2523f0abde9ff7b00ba547740 /src/emu
parentb7a2d59a61809739f86c2840294adb000a40f38f (diff)
downloadbox64-ab2d68ef45c729134d92e9dad0d78c1fa035a489.tar.gz
box64-ab2d68ef45c729134d92e9dad0d78c1fa035a489.zip
Simplyfied internal jmpbuf handling
Diffstat (limited to 'src/emu')
-rwxr-xr-xsrc/emu/x64emu_private.h1
1 files changed, 1 insertions, 0 deletions
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