aboutsummaryrefslogtreecommitdiff
path: root/hw/unin_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/unin_pci.c')
-rw-r--r--hw/unin_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/unin_pci.c b/hw/unin_pci.c
index d132d6ec2e..e47f4b3ac0 100644
--- a/hw/unin_pci.c
+++ b/hw/unin_pci.c
@@ -161,7 +161,7 @@ PCIBus *pci_pmac_init(void *pic)
/* Uninorth main bus */
s = qemu_mallocz(sizeof(UNINState));
s->bus = pci_register_bus(pci_unin_set_irq, pci_unin_map_irq,
- pic, 11 << 3);
+ pic, 11 << 3, 4);
pci_mem_config = cpu_register_io_memory(0, pci_unin_main_config_read,
pci_unin_main_config_write, s);