From d60efc6b0d3d4e90cbbb86e21451e55263c29416 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 25 Aug 2009 18:29:31 +0000 Subject: Make CPURead/WriteFunc structure 'const' Signed-off-by: Blue Swirl --- hw/syborg_timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/syborg_timer.c') diff --git a/hw/syborg_timer.c b/hw/syborg_timer.c index f64b824e46..7477a175b3 100644 --- a/hw/syborg_timer.c +++ b/hw/syborg_timer.c @@ -162,13 +162,13 @@ static void syborg_timer_write(void *opaque, target_phys_addr_t offset, } } -static CPUReadMemoryFunc *syborg_timer_readfn[] = { +static CPUReadMemoryFunc * const syborg_timer_readfn[] = { syborg_timer_read, syborg_timer_read, syborg_timer_read }; -static CPUWriteMemoryFunc *syborg_timer_writefn[] = { +static CPUWriteMemoryFunc * const syborg_timer_writefn[] = { syborg_timer_write, syborg_timer_write, syborg_timer_write -- cgit v1.2.3