diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
commit | 97aff481656b984559a3b6602e6be69ebbe746a4 (patch) | |
tree | c3698b09ae5965e8a5d4e0ed10cbf2b9621caa8a /hw/realview.c | |
parent | cfb9de9ce48d108cfc56052dc9bc402a6197c199 (diff) | |
download | qemu-97aff481656b984559a3b6602e6be69ebbe746a4.zip |
PL190 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/realview.c')
-rw-r--r-- | hw/realview.c | 2 |
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); } |