Commit bf214c49 authored by sasaki takeru's avatar sasaki takeru

goto STOP if ridx==0

parent ad7020f3
......@@ -1408,6 +1408,7 @@ RETRY_TRY_BLOCK:
}
}
L_RESCUE:
if (ci->ridx == 0) goto L_STOP;
proc = ci->proc;
irep = proc->body.irep;
pool = irep->pool;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment