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
This commit is contained in:
balrog 2007-06-26 20:01:13 +00:00
parent 88fe8a41f2
commit d79acba420
2 changed files with 7 additions and 7 deletions

View 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; \