summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps4/pps4dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pps4/pps4dasm.h')
-rw-r--r--src/devices/cpu/pps4/pps4dasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/pps4/pps4dasm.h b/src/devices/cpu/pps4/pps4dasm.h
index 7e0f0ab9b91..04bfa732144 100644
--- a/src/devices/cpu/pps4/pps4dasm.h
+++ b/src/devices/cpu/pps4/pps4dasm.h
@@ -51,8 +51,8 @@ private:
t_OUT = 1 << 15 /* Debugger step out (RETURN) */
} pps4_token_e;
- static const char *token_str[t_COUNT];
- static const uint16_t table[];
+ static char const *const token_str[t_COUNT];
+ static uint16_t const table[];
};