summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/f8/f8dasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/f8/f8dasm.c')
-rw-r--r--src/emu/cpu/f8/f8dasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/f8/f8dasm.c b/src/emu/cpu/f8/f8dasm.c
index c8f1f4ae8b7..2c226a41e7a 100644
--- a/src/emu/cpu/f8/f8dasm.c
+++ b/src/emu/cpu/f8/f8dasm.c
@@ -2,7 +2,7 @@
#include "debugger.h"
#include "f8.h"
-static const char *rname[16] = {
+static const char *const rname[16] = {
"R0", "R1", "R2", "R3", "R4", "R5", "R6", "R7",
"R8", "J", "HU", "HL", "KU", "KL", "QU", "QL"
};