From c9a43af9afc29538d77699e99a887560c654eee2 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 20:37:50 +0000 Subject: Fix Sparc64 build 952760bb7bce7fbfe0afcf04fee268745f297b87 missed one change. Signed-off-by: Blue Swirl --- hw/apb_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/apb_pci.c b/hw/apb_pci.c index 324e74e..095f3b7 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -409,7 +409,7 @@ static int pci_pbm_init_device(SysBusDevice *dev) assert(pci_config >= 0); sysbus_init_mmio(dev, 0x1000000ULL, pci_config); /* mem_data */ - pci_mem_data = pci_host_data_register_mmio(&s->host_state); + pci_mem_data = pci_host_data_register_mmio(&s->host_state, 1); sysbus_init_mmio(dev, 0x10000000ULL, pci_mem_data); return 0; } -- cgit v1.1