aboutsummaryrefslogtreecommitdiff
path: root/hw/realview.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/realview.c')
-rw-r--r--hw/realview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/realview.c b/hw/realview.c
index e0d6d25c8e..24ff3c8442 100644
--- a/hw/realview.c
+++ b/hw/realview.c
@@ -100,7 +100,7 @@ static void realview_init(ram_addr_t ram_size,
sysbus_create_simple("pl031", 0x10017000, pic[10]);
- pci_bus = pci_vpb_init(pic, 48, 1);
+ pci_bus = pci_vpb_init(pic + 48, 1);
if (usb_enabled) {
usb_ohci_init_pci(pci_bus, 3, -1);
}