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/omap_sx1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/omap_sx1.c') diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c index 22f801b57e..255dcbd74d 100644 --- a/hw/omap_sx1.c +++ b/hw/omap_sx1.c @@ -88,13 +88,13 @@ static void static_write(void *opaque, target_phys_addr_t offset, #endif } -static CPUReadMemoryFunc *static_readfn[] = { +static CPUReadMemoryFunc * const static_readfn[] = { static_readb, static_readh, static_readw, }; -static CPUWriteMemoryFunc *static_writefn[] = { +static CPUWriteMemoryFunc * const static_writefn[] = { static_write, static_write, static_write, -- cgit v1.2.1