Revision a8170e5e hw/pl031.c

b/hw/pl031.c
95 95
    }
96 96
}
97 97

  
98
static uint64_t pl031_read(void *opaque, target_phys_addr_t offset,
98
static uint64_t pl031_read(void *opaque, hwaddr offset,
99 99
                           unsigned size)
100 100
{
101 101
    pl031_state *s = (pl031_state *)opaque;
......
133 133
    return 0;
134 134
}
135 135

  
136
static void pl031_write(void * opaque, target_phys_addr_t offset,
136
static void pl031_write(void * opaque, hwaddr offset,
137 137
                        uint64_t value, unsigned size)
138 138
{
139 139
    pl031_state *s = (pl031_state *)opaque;

Also available in: Unified diff