mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-05 14:07:41 -07:00
Forgot to update vl.h during latest Sparc64 target_ulong fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2917 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d88bbf9500
commit
5b9693dcda
1 changed files with 1 additions and 1 deletions
2
vl.h
2
vl.h
|
|
@ -851,7 +851,7 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic);
|
|||
PCIBus *pci_pmac_init(qemu_irq *pic);
|
||||
|
||||
/* apb_pci.c */
|
||||
PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base,
|
||||
PCIBus *pci_apb_init(target_phys_addr_t special_base, target_phys_addr_t mem_base,
|
||||
qemu_irq *pic);
|
||||
|
||||
PCIBus *pci_vpb_init(qemu_irq *pic, int irq, int realview);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue