Sparc64 build fix (Igor Kovalenko).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2269 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
52f61fdeec
commit
4258b780af
@ -251,8 +251,8 @@ PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base,
|
|||||||
d->config[0x0E] = 0x00; // header_type
|
d->config[0x0E] = 0x00; // header_type
|
||||||
|
|
||||||
/* APB secondary busses */
|
/* APB secondary busses */
|
||||||
secondary = pci_bridge_init(s->bus, 8, 0x108e5000, pci_apb_map_irq);
|
secondary = pci_bridge_init(s->bus, 8, 0x108e5000, pci_apb_map_irq, "Advanced PCI Bus secondary bridge 1");
|
||||||
pci_bridge_init(s->bus, 9, 0x108e5000, pci_apb_map_irq);
|
pci_bridge_init(s->bus, 9, 0x108e5000, pci_apb_map_irq, "Advanced PCI Bus secondary bridge 2");
|
||||||
return secondary;
|
return secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user