summary refs log tree commit diff stats
path: root/include/exec/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-08-26 06:22:03 +0200
committerAndreas Färber <afaerber@suse.de>2014-03-13 19:20:46 +0100
commit6f03bef0ffc5cd75ac5ffcca0383c489ae48108c (patch)
tree7e172b62f56c49408bf710d1e3038b85dab3685d /include/exec/cpu-defs.h
parent8cd70437f385fc53f34481d506cf4a18ebe75976 (diff)
downloadfocaccia-qemu-6f03bef0ffc5cd75ac5ffcca0383c489ae48108c.tar.gz
focaccia-qemu-6f03bef0ffc5cd75ac5ffcca0383c489ae48108c.zip
cpu: Move jmp_env field from CPU_COMMON to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/exec/cpu-defs.h')
-rw-r--r--include/exec/cpu-defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
index 42720948a1..5fbdc9c4a9 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -24,7 +24,6 @@
 #endif
 
 #include "config.h"
-#include <setjmp.h>
 #include <inttypes.h>
 #include "qemu/osdep.h"
 #include "qemu/queue.h"
@@ -141,7 +140,6 @@ typedef struct CPUWatchpoint {
     CPUWatchpoint *watchpoint_hit;                                      \
                                                                         \
     /* Core interrupt code */                                           \
-    sigjmp_buf jmp_env;                                                 \
     int exception_index;                                                \
                                                                         \
     /* user data */                                                     \