summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unwind.c b/unwind.c
index c0516979..3cb47a9a 100644
--- a/unwind.c
+++ b/unwind.c
@@ -120,6 +120,8 @@ static void uw_unwind_to_exit_point(void)
val sym = unhandled_ex.ca.sym;
val args = unhandled_ex.ca.args;
+ dyn_env = nil;
+
if (opt_loglevel >= 1) {
val prefix = scat2(prog_string, lit(":"));