Revision 99a0949b hw/sbi.c

b/hw/sbi.c
54 54
{
55 55
}
56 56

  
57
static uint32_t sbi_mem_readl(void *opaque, target_phys_addr_t addr)
57
static uint32_t sbi_mem_readl(void *opaque, a_target_phys_addr addr)
58 58
{
59 59
    SBIState *s = opaque;
60 60
    uint32_t saddr, ret;
......
70 70
    return ret;
71 71
}
72 72

  
73
static void sbi_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val)
73
static void sbi_mem_writel(void *opaque, a_target_phys_addr addr, uint32_t val)
74 74
{
75 75
    SBIState *s = opaque;
76 76
    uint32_t saddr;

Also available in: Unified diff