]> Git Repo - qemu.git/blobdiff - hw/ppc_newworld.c
usb: kill handle_packet callback
[qemu.git] / hw / ppc_newworld.c
index a746c9c3c6b284c824d1c621f27e43eb4ff9dd94..506187b18299758748d18bf0d0bfd093b8a0df3b 100644 (file)
@@ -311,7 +311,7 @@ static void ppc_core99_init (ram_addr_t ram_size,
             exit(1);
         }
     }
-    pic = openpic_init(NULL, &pic_mem, smp_cpus, openpic_irqs, NULL);
+    pic = openpic_init(&pic_mem, smp_cpus, openpic_irqs, NULL);
     if (PPC_INPUT(env) == PPC_FLAGS_INPUT_970) {
         /* 970 gets a U3 bus */
         pci_bus = pci_pmac_u3_init(pic, get_system_memory(), get_system_io());
This page took 0.025071 seconds and 4 git commands to generate.