Revision 99a0949b hw/syborg_interrupt.c

b/hw/syborg_interrupt.c
84 84
    }
85 85
}
86 86

  
87
static uint32_t syborg_int_read(void *opaque, target_phys_addr_t offset)
87
static uint32_t syborg_int_read(void *opaque, a_target_phys_addr offset)
88 88
{
89 89
    SyborgIntState *s = (SyborgIntState *)opaque;
90 90
    int i;
......
114 114
    }
115 115
}
116 116

  
117
static void syborg_int_write(void *opaque, target_phys_addr_t offset, uint32_t value)
117
static void syborg_int_write(void *opaque, a_target_phys_addr offset, uint32_t value)
118 118
{
119 119
    SyborgIntState *s = (SyborgIntState *)opaque;
120 120
    int i;

Also available in: Unified diff