diff options
Diffstat (limited to 'src/emu')
| -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 250d8cee..8ace8abf 100644 --- a/src/emu/x64emu_private.h +++ b/src/emu/x64emu_private.h @@ -83,6 +83,7 @@ typedef struct x64emu_s { int quit; int error; int fork; // quit because need to fork + int need_jmpbuf; // need a new jmpbuff for signal handling forkpty_t* forkpty_info; int exit; int quitonlongjmp; // quit if longjmp is called |