Revision d60efc6b hw/gt64xxx.c

b/hw/gt64xxx.c
854 854
    return val;
855 855
}
856 856

  
857
static CPUWriteMemoryFunc *gt64120_write[] = {
857
static CPUWriteMemoryFunc * const gt64120_write[] = {
858 858
    &gt64120_writel,
859 859
    &gt64120_writel,
860 860
    &gt64120_writel,
861 861
};
862 862

  
863
static CPUReadMemoryFunc *gt64120_read[] = {
863
static CPUReadMemoryFunc * const gt64120_read[] = {
864 864
    &gt64120_readl,
865 865
    &gt64120_readl,
866 866
    &gt64120_readl,

Also available in: Unified diff