diff options
Diffstat (limited to 'hw/omap_sx1.c')
-rw-r--r-- | hw/omap_sx1.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |