Revision d60efc6b hw/pl050.c

b/hw/pl050.c
110 110
        hw_error("pl050_write: Bad offset %x\n", (int)offset);
111 111
    }
112 112
}
113
static CPUReadMemoryFunc *pl050_readfn[] = {
113
static CPUReadMemoryFunc * const pl050_readfn[] = {
114 114
   pl050_read,
115 115
   pl050_read,
116 116
   pl050_read
117 117
};
118 118

  
119
static CPUWriteMemoryFunc *pl050_writefn[] = {
119
static CPUWriteMemoryFunc * const pl050_writefn[] = {
120 120
   pl050_write,
121 121
   pl050_write,
122 122
   pl050_write

Also available in: Unified diff