Commit b98890a4 authored by take_cheeze's avatar take_cheeze

clear exc_catched before jumping to L_RAISE

parent 1eeafc27
......@@ -664,6 +664,7 @@ RETRY_TRY_BLOCK:
MRB_TRY(&c_jmp) {
if (exc_catched) {
exc_catched = FALSE;
goto L_RAISE;
}
mrb->jmp = &c_jmp;
......
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