Revision d60efc6b hw/pl110.c

b/hw/pl110.c
340 340
    }
341 341
}
342 342

  
343
static CPUReadMemoryFunc *pl110_readfn[] = {
343
static CPUReadMemoryFunc * const pl110_readfn[] = {
344 344
   pl110_read,
345 345
   pl110_read,
346 346
   pl110_read
347 347
};
348 348

  
349
static CPUWriteMemoryFunc *pl110_writefn[] = {
349
static CPUWriteMemoryFunc * const pl110_writefn[] = {
350 350
   pl110_write,
351 351
   pl110_write,
352 352
   pl110_write

Also available in: Unified diff