clear exc_catched before jumping to L_RAISE

This commit is contained in:
take_cheeze
2014-03-01 20:53:31 +09:00
parent 1eeafc27d0
commit b98890a4b7
+1
View File
@@ -664,6 +664,7 @@ RETRY_TRY_BLOCK:
MRB_TRY(&c_jmp) {
if (exc_catched) {
exc_catched = FALSE;
goto L_RAISE;
}
mrb->jmp = &c_jmp;