Revision d60efc6b hw/apic.c

b/hw/apic.c
957 957
    cpu_synchronize_state(s->cpu_env, 1);
958 958
}
959 959

  
960
static CPUReadMemoryFunc *apic_mem_read[3] = {
960
static CPUReadMemoryFunc * const apic_mem_read[3] = {
961 961
    apic_mem_readb,
962 962
    apic_mem_readw,
963 963
    apic_mem_readl,
964 964
};
965 965

  
966
static CPUWriteMemoryFunc *apic_mem_write[3] = {
966
static CPUWriteMemoryFunc * const apic_mem_write[3] = {
967 967
    apic_mem_writeb,
968 968
    apic_mem_writew,
969 969
    apic_mem_writel,

Also available in: Unified diff