Revision c227f099 hw/sun4c_intctl.c

b/hw/sun4c_intctl.c
60 60

  
61 61
static void sun4c_check_interrupts(void *opaque);
62 62

  
63
static uint32_t sun4c_intctl_mem_readb(void *opaque, a_target_phys_addr addr)
63
static uint32_t sun4c_intctl_mem_readb(void *opaque, target_phys_addr_t addr)
64 64
{
65 65
    Sun4c_INTCTLState *s = opaque;
66 66
    uint32_t ret;
......
71 71
    return ret;
72 72
}
73 73

  
74
static void sun4c_intctl_mem_writeb(void *opaque, a_target_phys_addr addr,
74
static void sun4c_intctl_mem_writeb(void *opaque, target_phys_addr_t addr,
75 75
                                    uint32_t val)
76 76
{
77 77
    Sun4c_INTCTLState *s = opaque;

Also available in: Unified diff