aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index a5779da7c4..24b27a3bf9 100644
--- a/vm.c
+++ b/vm.c
@@ -60,6 +60,8 @@ static VALUE yarv_finish_insn_seq[1] = { BIN(finish) };
#include "call_cfunc.ci"
+static VALUE vm_global_state_version = 1;
+
void
rb_vm_change_state(void)
{