From 589042c06319e854b4a23e609fc574f34d4ff197 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Thu, 13 Dec 2018 03:01:18 +0000 Subject: Don't increment `code_index` `code_index` doesn't need to be incremented since the mark array has been removed. Thanks for the patch ko1! [ruby-core:90456] [Bug #15406] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index aff4abe745..731b05323b 100644 --- a/compile.c +++ b/compile.c @@ -8786,7 +8786,6 @@ ibf_load_code(const struct ibf_load *load, const rb_iseq_t *iseq, const struct r /* code[code_index] = op; */ continue; } - load_body->iseq_size = code_index + 1; } if (insn_len(insn) != op_index+1) { rb_raise(rb_eRuntimeError, "operand size mismatch"); -- cgit v1.2.3