summaryrefslogtreecommitdiff
path: root/template/opt_sc.inc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/opt_sc.inc.tmpl')
-rw-r--r--template/opt_sc.inc.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/opt_sc.inc.tmpl b/template/opt_sc.inc.tmpl
index fc1c2f7184..f5ad339663 100644
--- a/template/opt_sc.inc.tmpl
+++ b/template/opt_sc.inc.tmpl
@@ -22,11 +22,11 @@
#define SC_ERROR 0xffffffff
-static VALUE sc_insn_info[][SC_STATE_SIZE] = {
+static const VALUE sc_insn_info[][SC_STATE_SIZE] = {
<%= sc_insn_info %>
};
-static VALUE sc_insn_next[] = {
+static const VALUE sc_insn_next[] = {
<%= sc_insn_next %>
};