Revision c227f099 hw/ioapic.c

b/hw/ioapic.c
119 119
    }
120 120
}
121 121

  
122
static uint32_t ioapic_mem_readl(void *opaque, a_target_phys_addr addr)
122
static uint32_t ioapic_mem_readl(void *opaque, target_phys_addr_t addr)
123 123
{
124 124
    IOAPICState *s = opaque;
125 125
    int index;
......
155 155
    return val;
156 156
}
157 157

  
158
static void ioapic_mem_writel(void *opaque, a_target_phys_addr addr, uint32_t val)
158
static void ioapic_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val)
159 159
{
160 160
    IOAPICState *s = opaque;
161 161
    int index;

Also available in: Unified diff