Revision a8170e5e hw/xilinx_intc.c

b/hw/xilinx_intc.c
74 74
}
75 75

  
76 76
static uint64_t
77
pic_read(void *opaque, target_phys_addr_t addr, unsigned int size)
77
pic_read(void *opaque, hwaddr addr, unsigned int size)
78 78
{
79 79
    struct xlx_pic *p = opaque;
80 80
    uint32_t r = 0;
......
93 93
}
94 94

  
95 95
static void
96
pic_write(void *opaque, target_phys_addr_t addr,
96
pic_write(void *opaque, hwaddr addr,
97 97
          uint64_t val64, unsigned int size)
98 98
{
99 99
    struct xlx_pic *p = opaque;

Also available in: Unified diff