Revision d60efc6b hw/zaurus.c

b/hw/zaurus.c
142 142
    }
143 143
}
144 144

  
145
static CPUReadMemoryFunc *scoop_readfn[] = {
145
static CPUReadMemoryFunc * const scoop_readfn[] = {
146 146
    scoop_readb,
147 147
    scoop_readb,
148 148
    scoop_readb,
149 149
};
150
static CPUWriteMemoryFunc *scoop_writefn[] = {
150
static CPUWriteMemoryFunc * const scoop_writefn[] = {
151 151
    scoop_writeb,
152 152
    scoop_writeb,
153 153
    scoop_writeb,

Also available in: Unified diff