diff options
Diffstat (limited to 'hw/usb-uhci.c')
-rw-r--r-- | hw/usb-uhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c index 1580a50a3f..21de2935e7 100644 --- a/hw/usb-uhci.c +++ b/hw/usb-uhci.c @@ -1083,7 +1083,7 @@ static int usb_uhci_common_initfn(UHCIState *s) /* Use region 4 for consistency with real hardware. BSD guests seem to rely on this. */ pci_register_bar(&s->dev, 4, 0x20, - PCI_ADDRESS_SPACE_IO, uhci_map); + PCI_BASE_ADDRESS_SPACE_IO, uhci_map); vmstate_register(0, &vmstate_uhci, s); return 0; |