Revision c227f099 hw/pl181.c

b/hw/pl181.c
256 256
    }
257 257
}
258 258

  
259
static uint32_t pl181_read(void *opaque, a_target_phys_addr offset)
259
static uint32_t pl181_read(void *opaque, target_phys_addr_t offset)
260 260
{
261 261
    pl181_state *s = (pl181_state *)opaque;
262 262
    uint32_t tmp;
......
338 338
    }
339 339
}
340 340

  
341
static void pl181_write(void *opaque, a_target_phys_addr offset,
341
static void pl181_write(void *opaque, target_phys_addr_t offset,
342 342
                          uint32_t value)
343 343
{
344 344
    pl181_state *s = (pl181_state *)opaque;

Also available in: Unified diff