Revision 99a0949b hw/pl190.c

b/hw/pl190.c
85 85
    pl190_update(s);
86 86
}
87 87

  
88
static uint32_t pl190_read(void *opaque, target_phys_addr_t offset)
88
static uint32_t pl190_read(void *opaque, a_target_phys_addr offset)
89 89
{
90 90
    pl190_state *s = (pl190_state *)opaque;
91 91
    int i;
......
141 141
    }
142 142
}
143 143

  
144
static void pl190_write(void *opaque, target_phys_addr_t offset, uint32_t val)
144
static void pl190_write(void *opaque, a_target_phys_addr offset, uint32_t val)
145 145
{
146 146
    pl190_state *s = (pl190_state *)opaque;
147 147

  

Also available in: Unified diff