Commit 61032c5a authored by Jose Narvaez's avatar Jose Narvaez

Rolling back change induced because of 'clang-analizer' report.

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