diff options
Diffstat (limited to 'hw/ne2000.c')
-rw-r--r-- | hw/ne2000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.c b/hw/ne2000.c index 97204e8..5fe3883 100644 --- a/hw/ne2000.c +++ b/hw/ne2000.c @@ -719,7 +719,7 @@ static int pci_ne2000_init(PCIDevice *pci_dev) pci_conf[0x3d] = 1; // interrupt pin 0 pci_register_bar(&d->dev, 0, 0x100, - PCI_ADDRESS_SPACE_IO, ne2000_map); + PCI_BASE_ADDRESS_SPACE_IO, ne2000_map); s = &d->ne2000; s->irq = d->dev.irq[0]; |