]> Git Repo - qemu.git/blobdiff - dump.c
hw/arm/boot: Support DTB autoload for firmware-only boots
[qemu.git] / dump.c
diff --git a/dump.c b/dump.c
index 4ec94c5e25775cc965803b15115b8389ccd2d898..ef1d8025c9dc0e2fc155545d3b033ac7304df132 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -1557,7 +1557,7 @@ static void get_max_mapnr(DumpState *s)
 {
     GuestPhysBlock *last_block;
 
-    last_block = QTAILQ_LAST(&s->guest_phys_blocks.head, GuestPhysBlockHead);
+    last_block = QTAILQ_LAST(&s->guest_phys_blocks.head);
     s->max_mapnr = dump_paddr_to_pfn(s, last_block->target_end);
 }
 
This page took 0.019873 seconds and 4 git commands to generate.