summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/unwind.c b/unwind.c
index 69068e9b..900d614e 100644
--- a/unwind.c
+++ b/unwind.c
@@ -681,9 +681,8 @@ val uw_register_subtype(val sub, val sup)
return sup;
}
-void uw_continue(uw_frame_t *current, uw_frame_t *cont)
+void uw_continue(uw_frame_t *cont)
{
- uw_pop_frame(current);
uw_exit_point = cont;
uw_unwind_to_exit_point();
}