]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
pc: add machine type for 0.12
[qemu.git] / cpu-defs.h
index 51dc436b4f1172e6bbf22861bb5dd5812432b6c1..95068b530432ed38372d7eacfac50b7b015c52d8 100644 (file)
@@ -179,7 +179,7 @@ typedef struct CPUWatchpoint {
                                                                         \
     /* Core interrupt code */                                           \
     jmp_buf jmp_env;                                                    \
-    int32_t exception_index;                                            \
+    int exception_index;                                                \
                                                                         \
     CPUState *next_cpu; /* next CPU sharing TB cache */                 \
     int cpu_index; /* CPU index (informative) */                        \