Project

General

Profile

Bug #13930 » bug13930.patch

wanabe (_ wanabe), 10/28/2018 09:00 AM

View differences:

compile.c
ADD_INSN(ret, line, putnil);
}
}
else if (ISEQ_COMPILE_DATA(iseq)->end_label) {
else if (!ISEQ_COMPILE_DATA(iseq)->ensure_node_stack && ISEQ_COMPILE_DATA(iseq)->end_label) {
LABEL *splabel = NEW_LABEL(0);
debugs("next in block\n");
ADD_LABEL(ret, splabel);
(2-2/2)