Revision d60efc6b hw/pflash_cfi01.c

b/hw/pflash_cfi01.c
453 453
    pflash_write(pfl, addr, value, 4);
454 454
}
455 455

  
456
static CPUWriteMemoryFunc *pflash_write_ops[] = {
456
static CPUWriteMemoryFunc * const pflash_write_ops[] = {
457 457
    &pflash_writeb,
458 458
    &pflash_writew,
459 459
    &pflash_writel,
460 460
};
461 461

  
462
static CPUReadMemoryFunc *pflash_read_ops[] = {
462
static CPUReadMemoryFunc * const pflash_read_ops[] = {
463 463
    &pflash_readb,
464 464
    &pflash_readw,
465 465
    &pflash_readl,

Also available in: Unified diff