Revision 99a0949b hw/etraxfs_pic.c

b/hw/etraxfs_pic.c
77 77
    qemu_set_irq(fs->parent_irq, !!vector);
78 78
}
79 79

  
80
static uint32_t pic_readl (void *opaque, target_phys_addr_t addr)
80
static uint32_t pic_readl (void *opaque, a_target_phys_addr addr)
81 81
{
82 82
    struct etrax_pic *fs = opaque;
83 83
    uint32_t rval;
......
88 88
}
89 89

  
90 90
static void
91
pic_writel (void *opaque, target_phys_addr_t addr, uint32_t value)
91
pic_writel (void *opaque, a_target_phys_addr addr, uint32_t value)
92 92
{
93 93
    struct etrax_pic *fs = opaque;
94 94
    D(printf("%s addr=%x val=%x\n", __func__, addr, value));

Also available in: Unified diff