Revision a8170e5e hw/arm_sysctl.c

b/hw/arm_sysctl.c
92 92
    }
93 93
}
94 94

  
95
static uint64_t arm_sysctl_read(void *opaque, target_phys_addr_t offset,
95
static uint64_t arm_sysctl_read(void *opaque, hwaddr offset,
96 96
                                unsigned size)
97 97
{
98 98
    arm_sysctl_state *s = (arm_sysctl_state *)opaque;
......
189 189
    }
190 190
}
191 191

  
192
static void arm_sysctl_write(void *opaque, target_phys_addr_t offset,
192
static void arm_sysctl_write(void *opaque, hwaddr offset,
193 193
                             uint64_t val, unsigned size)
194 194
{
195 195
    arm_sysctl_state *s = (arm_sysctl_state *)opaque;

Also available in: Unified diff