Revision 6e355d90 hw/vga-pci.c

b/hw/vga-pci.c
48 48
};
49 49

  
50 50
static void vga_map(PCIDevice *pci_dev, int region_num,
51
                    uint32_t addr, uint32_t size, int type)
51
                    pcibus_t addr, pcibus_t size, int type)
52 52
{
53 53
    PCIVGAState *d = (PCIVGAState *)pci_dev;
54 54
    VGACommonState *s = &d->vga;

Also available in: Unified diff