diff options
Diffstat (limited to 'unwind.c')
-rw-r--r-- | unwind.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |