Commit 5b9693dcda3e6c19429a29f948ba3618f826f6cb
1 parent
d88bbf95
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
Showing
1 changed file
with
1 additions
and
1 deletions
vl.h
... | ... | @@ -851,7 +851,7 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic); |
851 | 851 | PCIBus *pci_pmac_init(qemu_irq *pic); |
852 | 852 | |
853 | 853 | /* apb_pci.c */ |
854 | -PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base, | |
854 | +PCIBus *pci_apb_init(target_phys_addr_t special_base, target_phys_addr_t mem_base, | |
855 | 855 | qemu_irq *pic); |
856 | 856 | |
857 | 857 | PCIBus *pci_vpb_init(qemu_irq *pic, int irq, int realview); | ... | ... |