`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
This commit is contained in:
tenderlove 2018-12-13 03:01:18 +00:00
Родитель 31dc65b275
Коммит 589042c063
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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");