]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
Push common interrupt variables to cpu-defs.h (Glauber Costa)
[qemu.git] / cpu-defs.h
index 7001ca4b257a04e0e7296c930f27a244979272aa..f7f5f1730d1002336c1eac73ba79010447512853 100644 (file)
@@ -160,6 +160,10 @@ typedef struct CPUTLBEntry {
     int nb_watchpoints;                                                 \
     int watchpoint_hit;                                                 \
                                                                         \
+    /* Core interrupt code */                                           \
+    jmp_buf jmp_env;                                                    \
+    int exception_index;                                                \
+                                                                        \
     void *next_cpu; /* next CPU sharing TB cache */                     \
     int cpu_index; /* CPU index (informative) */                        \
     /* user data */                                                     \