Skip to content

Commit 6ae3aa2

Browse files
committed
[#61567] cpu: Support watchpoints on 64-bit addresses
1 parent 9c71ef7 commit 6ae3aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpu-defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ enum block_interrupt_cause {
196196
int tb_interrupt_request_from_callback; \
197197
\
198198
uint32_t io_access_regions_count; \
199-
uint32_t io_access_regions[MAX_IO_ACCESS_REGIONS_COUNT]; \
199+
uint64_t io_access_regions[MAX_IO_ACCESS_REGIONS_COUNT]; \
200200
/* in previous run cpu_exec returned with WFI */ \
201201
bool was_not_working; \
202202
\

0 commit comments

Comments
 (0)