Bug #13930 » bug13930.patch
| 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);
|
||
- « Previous
- 1
- 2
- Next »