summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v810/v810.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/v810/v810.c')
-rw-r--r--src/emu/cpu/v810/v810.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/v810/v810.c b/src/emu/cpu/v810/v810.c
index 26d7b7ee708..ff0b9528ee8 100644
--- a/src/emu/cpu/v810/v810.c
+++ b/src/emu/cpu/v810/v810.c
@@ -877,7 +877,7 @@ static UINT32 opFpoint(void)
return clkIF+1;
}
-static UINT32 (*OpCodeTable[64])(void) =
+static UINT32 (*const OpCodeTable[64])(void) =
{
/* 0x00 */ opMOVr, // mov r1,r2 1
/* 0x01 */ opADDr, // add r1,r2 1