]> git.proxmox.com Git - qemu.git/blobdiff - include/exec/cpu-defs.h
cpu: Move running field to CPUState
[qemu.git] / include / exec / cpu-defs.h
index ae832a9f83f576340b88d79520e7cb14bbd4b526..ba814ff10d02f2df0720d57907881326e9f92636 100644 (file)
@@ -191,7 +191,6 @@ typedef struct CPUWatchpoint {
     int exception_index;                                                \
                                                                         \
     CPUArchState *next_cpu; /* next CPU sharing TB cache */                 \
-    int running; /* Nonzero if cpu is currently running(usermode).  */  \
     /* user data */                                                     \
     void *opaque;                                                       \
                                                                         \