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

« back to all changes in this revision

Viewing changes to hw/syborg_fb.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:
445
445
    }
446
446
}
447
447
 
448
 
static CPUReadMemoryFunc *syborg_fb_readfn[] = {
 
448
static CPUReadMemoryFunc * const syborg_fb_readfn[] = {
449
449
    syborg_fb_read,
450
450
    syborg_fb_read,
451
451
    syborg_fb_read
452
452
};
453
453
 
454
 
static CPUWriteMemoryFunc *syborg_fb_writefn[] = {
 
454
static CPUWriteMemoryFunc * const syborg_fb_writefn[] = {
455
455
    syborg_fb_write,
456
456
    syborg_fb_write,
457
457
    syborg_fb_write