Skip to content

Commit 3885639

Browse files
committedJun 7, 2024
fixup! update flatview when possible
1 parent 54ca374 commit 3885639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎qemu/softmmu/memory.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ static bool flatview_update(FlatView *fv, MemoryRegion *mr)
918918
do {
919919
addr += c->addr;
920920
} while ((c = c->container));
921-
r.start = addr;
921+
r.start = int128_make64(addr);
922922

923923
if (!mr->container || !QTAILQ_EMPTY(&mr->subregions))
924924
return false;

0 commit comments

Comments
 (0)