mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
0429a97195
commit
ff4700b05c
13 changed files with 60 additions and 47 deletions
|
@ -359,7 +359,7 @@ typedef struct CPUXtensaState {
|
|||
int exception_taken;
|
||||
|
||||
/* Watchpoints for DBREAK registers */
|
||||
CPUWatchpoint *cpu_watchpoint[MAX_NDBREAK];
|
||||
struct CPUWatchpoint *cpu_watchpoint[MAX_NDBREAK];
|
||||
|
||||
CPU_COMMON
|
||||
} CPUXtensaState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue