diff options
Diffstat (limited to 'hw/piix4.c')
-rw-r--r-- | hw/piix4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/piix4.c b/hw/piix4.c index 9590e7b140..2fd1171328 100644 --- a/hw/piix4.c +++ b/hw/piix4.c @@ -87,7 +87,7 @@ static int piix4_initfn(PCIDevice *dev) { PIIX4State *d = DO_UPCAST(PIIX4State, dev, dev); - isa_bus_new(&d->dev.qdev); + isa_bus_new(&d->dev.qdev, pci_address_space_io(dev)); piix4_dev = &d->dev; qemu_register_reset(piix4_reset, d); return 0; |