Revision d60efc6b hw/pl080.c

b/hw/pl080.c
307 307
    pl080_update(s);
308 308
}
309 309

  
310
static CPUReadMemoryFunc *pl080_readfn[] = {
310
static CPUReadMemoryFunc * const pl080_readfn[] = {
311 311
   pl080_read,
312 312
   pl080_read,
313 313
   pl080_read
314 314
};
315 315

  
316
static CPUWriteMemoryFunc *pl080_writefn[] = {
316
static CPUWriteMemoryFunc * const pl080_writefn[] = {
317 317
   pl080_write,
318 318
   pl080_write,
319 319
   pl080_write

Also available in: Unified diff