Revision d60efc6b hw/sm501.c

b/hw/sm501.c
626 626
    }
627 627
}
628 628

  
629
static CPUReadMemoryFunc *sm501_system_config_readfn[] = {
629
static CPUReadMemoryFunc * const sm501_system_config_readfn[] = {
630 630
    NULL,
631 631
    NULL,
632 632
    &sm501_system_config_read,
633 633
};
634 634

  
635
static CPUWriteMemoryFunc *sm501_system_config_writefn[] = {
635
static CPUWriteMemoryFunc * const sm501_system_config_writefn[] = {
636 636
    NULL,
637 637
    NULL,
638 638
    &sm501_system_config_write,
......
864 864
    }
865 865
}
866 866

  
867
static CPUReadMemoryFunc *sm501_disp_ctrl_readfn[] = {
867
static CPUReadMemoryFunc * const sm501_disp_ctrl_readfn[] = {
868 868
    NULL,
869 869
    NULL,
870 870
    &sm501_disp_ctrl_read,
871 871
};
872 872

  
873
static CPUWriteMemoryFunc *sm501_disp_ctrl_writefn[] = {
873
static CPUWriteMemoryFunc * const sm501_disp_ctrl_writefn[] = {
874 874
    NULL,
875 875
    NULL,
876 876
    &sm501_disp_ctrl_write,

Also available in: Unified diff