summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index 6f646bd8..f3f6f74f 100644
--- a/unwind.c
+++ b/unwind.c
@@ -173,7 +173,7 @@ val uw_set_match_context(val context)
return context;
}
-void uw_push_debug(uw_frame_t *fr, val func, val args,
+void uw_push_debug(uw_frame_t *fr, val func, struct args *args,
val ub_p_a_pairs, val env, val data,
val line, val chr)
{