Commit 30b19048 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

need to adjust register pos after rescue

parent f1ec5f5d
......@@ -914,6 +914,7 @@ codegen(codegen_scope *s, node *tree, int val)
genop(s, MKOP_A(OP_RAISE, exc));
}
}
pop();
tree = tree->cdr;
dispatch(s, noexc);
genop(s, MKOP_A(OP_POPERR, 1));
......
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