]> Git Repo - qemu.git/blobdiff - target-i386/cpu.h
cpu: Move watchpoint fields from CPU_COMMON to CPUState
[qemu.git] / target-i386 / cpu.h
index 62641af77e6008f2d85da5291f8283762e374725..906018757d71a57cafae131f87531fd69d18dd60 100644 (file)
@@ -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 */
This page took 0.020923 seconds and 4 git commands to generate.