diff options
Diffstat (limited to 'hw/macio.c')
-rw-r--r-- | hw/macio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/macio.c b/hw/macio.c index 0703abc7f9..e92e82a731 100644 --- a/hw/macio.c +++ b/hw/macio.c @@ -40,7 +40,7 @@ struct macio_state_t { }; static void macio_map (PCIDevice *pci_dev, int region_num, - uint32_t addr, uint32_t size, int type) + pcibus_t addr, pcibus_t size, int type) { macio_state_t *macio_state; int i; |