Revision a8170e5e hw/heathrow_pic.c

b/hw/heathrow_pic.c
63 63
    }
64 64
}
65 65

  
66
static void pic_write(void *opaque, target_phys_addr_t addr,
66
static void pic_write(void *opaque, hwaddr addr,
67 67
                      uint64_t value, unsigned size)
68 68
{
69 69
    HeathrowPICS *s = opaque;
......
91 91
    }
92 92
}
93 93

  
94
static uint64_t pic_read(void *opaque, target_phys_addr_t addr,
94
static uint64_t pic_read(void *opaque, hwaddr addr,
95 95
                         unsigned size)
96 96
{
97 97
    HeathrowPICS *s = opaque;

Also available in: Unified diff