summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/t11/t11dasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/t11/t11dasm.c')
-rw-r--r--src/emu/cpu/t11/t11dasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/t11/t11dasm.c b/src/emu/cpu/t11/t11dasm.c
index a3cd49ceb86..f2331c434cc 100644
--- a/src/emu/cpu/t11/t11dasm.c
+++ b/src/emu/cpu/t11/t11dasm.c
@@ -10,7 +10,7 @@
#include "debugger.h"
#include "t11.h"
-static const char *regs[8] = { "R0", "R1", "R2", "R3", "R4", "R5", "SP", "PC" };
+static const char *const regs[8] = { "R0", "R1", "R2", "R3", "R4", "R5", "SP", "PC" };
static const UINT8 *rombase;
static offs_t pcbase;