summaryrefslogtreecommitdiff
path: root/include/exec/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-06-28 21:11:37 +0200
committerAndreas Färber <afaerber@suse.de>2013-07-23 02:41:33 +0200
commiteac8b355f0015e44addce3e92030365b16d9da61 (patch)
tree72b9e178911f5008ef6ef9d48d6c5a8299713cd2 /include/exec/cpu-defs.h
parent2e0f2cfba6c2169c07358e473841ec211009dd3c (diff)
downloadqemu-eac8b355f0015e44addce3e92030365b16d9da61.tar.gz
cpu: Move gdb_regs field from CPU_COMMON to CPUState
Prepares for changing gdb_register_coprocessor() argument 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 12b1ca7426..b5b93db842 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -174,8 +174,6 @@ typedef struct CPUWatchpoint {
QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
CPUWatchpoint *watchpoint_hit; \
\
- struct GDBRegisterState *gdb_regs; \
- \
/* Core interrupt code */ \
sigjmp_buf jmp_env; \
int exception_index; \