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/sh_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/sh_pci.c') diff --git a/hw/sh_pci.c b/hw/sh_pci.c index 1b148ab391..659935fc90 100644 --- a/hw/sh_pci.c +++ b/hw/sh_pci.c @@ -148,8 +148,8 @@ static uint32_t sh_pci_inl (void *p, target_phys_addr_t addr) } typedef struct { - CPUReadMemoryFunc *r[3]; - CPUWriteMemoryFunc *w[3]; + CPUReadMemoryFunc * const r[3]; + CPUWriteMemoryFunc * const w[3]; } MemOp; static MemOp sh_pci_reg = { -- cgit v1.2.3