Revision 99a0949b hw/pl080.c

b/hw/pl080.c
180 180
    }
181 181
}
182 182

  
183
static uint32_t pl080_read(void *opaque, target_phys_addr_t offset)
183
static uint32_t pl080_read(void *opaque, a_target_phys_addr offset)
184 184
{
185 185
    pl080_state *s = (pl080_state *)opaque;
186 186
    uint32_t i;
......
247 247
    }
248 248
}
249 249

  
250
static void pl080_write(void *opaque, target_phys_addr_t offset,
250
static void pl080_write(void *opaque, a_target_phys_addr offset,
251 251
                          uint32_t value)
252 252
{
253 253
    pl080_state *s = (pl080_state *)opaque;

Also available in: Unified diff