|
@@ -3712,7 +3712,7 @@ void mtree_print_dispatch(AddressSpaceDispatch *d, MemoryRegion *root)
|
|
|
" %s%s%s%s%s",
|
|
|
i,
|
|
|
s->offset_within_address_space,
|
|
|
- s->offset_within_address_space + MR_SIZE(s->mr->size),
|
|
|
+ s->offset_within_address_space + MR_SIZE(s->size),
|
|
|
s->mr->name ? s->mr->name : "(noname)",
|
|
|
i < ARRAY_SIZE(names) ? names[i] : "",
|
|
|
s->mr == root ? " [ROOT]" : "",
|