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/spitz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/spitz.c') diff --git a/hw/spitz.c b/hw/spitz.c index 36bf5347eb..c1d629f76e 100644 --- a/hw/spitz.c +++ b/hw/spitz.c @@ -156,12 +156,12 @@ static void sl_flash_register(PXA2xxState *cpu, int size) { int iomemtype; SLNANDState *s; - CPUReadMemoryFunc *sl_readfn[] = { + CPUReadMemoryFunc * const sl_readfn[] = { sl_readb, sl_readb, sl_readl, }; - CPUWriteMemoryFunc *sl_writefn[] = { + CPUWriteMemoryFunc * const sl_writefn[] = { sl_writeb, sl_writeb, sl_writeb, -- cgit 1.4.1