Revision a8170e5e hw/mpc8544_guts.c

b/hw/mpc8544_guts.c
58 58

  
59 59
typedef struct GutsState GutsState;
60 60

  
61
static uint64_t mpc8544_guts_read(void *opaque, target_phys_addr_t addr,
61
static uint64_t mpc8544_guts_read(void *opaque, hwaddr addr,
62 62
                                  unsigned size)
63 63
{
64 64
    uint32_t value = 0;
......
80 80
    return value;
81 81
}
82 82

  
83
static void mpc8544_guts_write(void *opaque, target_phys_addr_t addr,
83
static void mpc8544_guts_write(void *opaque, hwaddr addr,
84 84
                               uint64_t value, unsigned size)
85 85
{
86 86
    addr &= MPC8544_GUTS_MMIO_SIZE - 1;

Also available in: Unified diff