]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
Fix writes to pages containing watchpoints for the RAM not at 0x0 cases.
[qemu.git] / cpu-defs.h
index a19fef72d9af87b8fddd12d6e63a9ba839af3f8b..ac96b0ab5329ded02939e831c81f601b7a4a7653 100644 (file)
@@ -141,7 +141,7 @@ typedef struct CPUTLBEntry {
                                                                         \
     struct {                                                            \
         target_ulong vaddr;                                             \
-        int is_ram;                                                     \
+        target_phys_addr_t addend;                                      \
     } watchpoint[MAX_WATCHPOINTS];                                      \
     int nb_watchpoints;                                                 \
     int watchpoint_hit;                                                 \