mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33: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
|
@ -876,7 +876,7 @@ typedef struct CPUX86State {
|
|||
target_ulong dr[8]; /* debug registers */
|
||||
union {
|
||||
CPUBreakpoint *cpu_breakpoint[4];
|
||||
CPUWatchpoint *cpu_watchpoint[4];
|
||||
struct CPUWatchpoint *cpu_watchpoint[4];
|
||||
}; /* break/watchpoints for dr[0..3] */
|
||||
uint32_t smbase;
|
||||
int old_exception; /* exception in flight */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue