~ubuntu-bugs-auftrags-killer/qemu/proper-error-characters

« back to all changes in this revision

Viewing changes to hw/mst_fpga.c

  • Committer: Blue Swirl
  • Date: 2009-08-25 18:29:31 UTC
  • Revision ID: git-v1:d60efc6b0d3d4e90cbbb86e21451e55263c29416
Make CPURead/WriteFunc structure 'const'

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
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,