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.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/opt_sc.inc.tmpl b/template/opt_sc.inc.tmpl
index 41492b2bb6..4c85f96c0f 100644
--- a/template/opt_sc.inc.tmpl
+++ b/template/opt_sc.inc.tmpl
@@ -26,7 +26,10 @@ static const VALUE sc_insn_info[][SC_STATE_SIZE] = {
<%= sc_insn_info %>
};
+ASSERT_VM_INSTRUCTION_SIZE(sc_insn_info);
+
static const VALUE sc_insn_next[] = {
<%= sc_insn_next %>
};
+ASSERT_VM_INSTRUCTION_SIZE(sc_insn_next);