summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index 4a2ba678..7c93a1f3 100644
--- a/unwind.c
+++ b/unwind.c
@@ -1062,7 +1062,8 @@ static struct cobj_ops cont_ops = cobj_ops_init(eq,
cobj_print_op,
cont_destroy,
cont_mark,
- cobj_eq_hash_op);
+ cobj_eq_hash_op,
+ 0);
static void call_copy_handlers(uw_frame_t *upto)
{