Revision c227f099 hw/pl031.c

b/hw/pl031.c
90 90
    }
91 91
}
92 92

  
93
static uint32_t pl031_read(void *opaque, a_target_phys_addr offset)
93
static uint32_t pl031_read(void *opaque, target_phys_addr_t offset)
94 94
{
95 95
    pl031_state *s = (pl031_state *)opaque;
96 96

  
......
125 125
    return 0;
126 126
}
127 127

  
128
static void pl031_write(void * opaque, a_target_phys_addr offset,
128
static void pl031_write(void * opaque, target_phys_addr_t offset,
129 129
                        uint32_t value)
130 130
{
131 131
    pl031_state *s = (pl031_state *)opaque;

Also available in: Unified diff