diff options
Diffstat (limited to 'src/emu/cpu/i86/table286.h')
| -rw-r--r-- | src/emu/cpu/i86/table286.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/i86/table286.h b/src/emu/cpu/i86/table286.h index 941c635fd62..6b79dcfaedc 100644 --- a/src/emu/cpu/i86/table286.h +++ b/src/emu/cpu/i86/table286.h @@ -3,7 +3,7 @@ * at the time the same like table186.h */ -static void (*PREFIX286(_instruction)[256])(void) = +static void (*const PREFIX286(_instruction)[256])(void) = { PREFIX86(_add_br8), /* 0x00 */ PREFIX86(_add_wr16), /* 0x01 */ |
