]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ppc/mac_oldworld.c
memory: add parameter errp to memory_region_init_ram
[mirror_qemu.git] / hw / ppc / mac_oldworld.c
index cd9bdbc53e92f423a329ecce7de1df9244a5eb0b..1c5d9f45ef677eeecfd0e0a400a5f53d83b6129b 100644 (file)
@@ -135,7 +135,8 @@ static void ppc_heathrow_init(MachineState *machine)
     memory_region_add_subregion(sysmem, 0, ram);
 
     /* allocate and load BIOS */
-    memory_region_init_ram(bios, NULL, "ppc_heathrow.bios", BIOS_SIZE);
+    memory_region_init_ram(bios, NULL, "ppc_heathrow.bios", BIOS_SIZE,
+                           &error_abort);
     vmstate_register_ram_global(bios);
 
     if (bios_name == NULL)