]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/exec/cpu-defs.h
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
[mirror_qemu.git] / include / exec / cpu-defs.h
index 39094b3f48fa2516230c9763aa954eff4b75a7db..12b1ca74266828d54a82ce5feaa04d29c34cb53d 100644 (file)
@@ -170,7 +170,6 @@ typedef struct CPUWatchpoint {
     /* from this point: preserved by CPU reset */                       \
     /* ice debug support */                                             \
     QTAILQ_HEAD(breakpoints_head, CPUBreakpoint) breakpoints;            \
-    int singlestep_enabled;                                             \
                                                                         \
     QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints;            \
     CPUWatchpoint *watchpoint_hit;                                      \