From d79acba420196a07f94b8d789972de7ff776f548 Mon Sep 17 00:00:00 2001 From: balrog Date: Tue, 26 Jun 2007 20:01:13 +0000 Subject: Fix writes to pages containing watchpoints for the RAM not at 0x0 cases. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3025 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu-defs.h') diff --git a/cpu-defs.h b/cpu-defs.h index a19fef7..ac96b0a 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -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; \ -- cgit v1.1