diff options
Diffstat (limited to 'hw/syborg_interrupt.c')
-rw-r--r-- | hw/syborg_interrupt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/syborg_interrupt.c b/hw/syborg_interrupt.c index 1b4498993d..ae202c650b 100644 --- a/hw/syborg_interrupt.c +++ b/hw/syborg_interrupt.c @@ -156,13 +156,13 @@ static void syborg_int_write(void *opaque, target_phys_addr_t offset, uint32_t v syborg_int_update(s); } -static CPUReadMemoryFunc *syborg_int_readfn[] = { +static CPUReadMemoryFunc * const syborg_int_readfn[] = { syborg_int_read, syborg_int_read, syborg_int_read }; -static CPUWriteMemoryFunc *syborg_int_writefn[] = { +static CPUWriteMemoryFunc * const syborg_int_writefn[] = { syborg_int_write, syborg_int_write, syborg_int_write |