mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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:
parent
88fe8a41f2
commit
d79acba420
2 changed files with 7 additions and 7 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue