diff options
Diffstat (limited to 'softmmu/device_tree.c')
-rw-r--r-- | softmmu/device_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu/device_tree.c b/softmmu/device_tree.c index b335dae..b9a3ddc 100644 --- a/softmmu/device_tree.c +++ b/softmmu/device_tree.c @@ -526,7 +526,7 @@ int qemu_fdt_add_subnode(void *fdt, const char *name) void qemu_fdt_dumpdtb(void *fdt, int size) { - const char *dumpdtb = qemu_opt_get(qemu_get_machine_opts(), "dumpdtb"); + const char *dumpdtb = current_machine->dumpdtb; if (dumpdtb) { /* Dump the dtb to a file and quit */ |