Commit d91c9a9e authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2169 from takeru/load_crash

goto STOP if ridx==0
parents ad7020f3 bf214c49
......@@ -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