Revision d60efc6b hw/mst_fpga.c

b/hw/mst_fpga.c
164 164
	}
165 165
}
166 166

  
167
static CPUReadMemoryFunc *mst_fpga_readfn[] = {
167
static CPUReadMemoryFunc * const mst_fpga_readfn[] = {
168 168
	mst_fpga_readb,
169 169
	mst_fpga_readb,
170 170
	mst_fpga_readb,
171 171
};
172
static CPUWriteMemoryFunc *mst_fpga_writefn[] = {
172
static CPUWriteMemoryFunc * const mst_fpga_writefn[] = {
173 173
	mst_fpga_writeb,
174 174
	mst_fpga_writeb,
175 175
	mst_fpga_writeb,

Also available in: Unified diff