]> git.proxmox.com Git - qemu.git/blobdiff - include/exec/cpu-defs.h
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
[qemu.git] / include / exec / cpu-defs.h
index ae64590cdfa69b6bd44889cc17ce0aa2b8122480..3dc96568ac49cc9b669e07fc014f6137a8f80517 100644 (file)
@@ -184,7 +184,7 @@ typedef struct CPUWatchpoint {
     struct GDBRegisterState *gdb_regs;                                  \
                                                                         \
     /* Core interrupt code */                                           \
-    jmp_buf jmp_env;                                                    \
+    sigjmp_buf jmp_env;                                                 \
     int exception_index;                                                \
                                                                         \
     CPUArchState *next_cpu; /* next CPU sharing TB cache */                 \