Revision d60efc6b hw/omap_sx1.c

b/hw/omap_sx1.c
88 88
#endif
89 89
}
90 90

  
91
static CPUReadMemoryFunc *static_readfn[] = {
91
static CPUReadMemoryFunc * const static_readfn[] = {
92 92
    static_readb,
93 93
    static_readh,
94 94
    static_readw,
95 95
};
96 96

  
97
static CPUWriteMemoryFunc *static_writefn[] = {
97
static CPUWriteMemoryFunc * const static_writefn[] = {
98 98
    static_write,
99 99
    static_write,
100 100
    static_write,

Also available in: Unified diff