diff options
Diffstat (limited to 'unwind.c')
-rw-r--r-- | unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -848,7 +848,7 @@ static struct cobj_ops cont_ops = cobj_ops_init(eq, cobj_print_op, cont_destroy, cont_mark, - cobj_hash_op); + cobj_eq_hash_op); static void call_copy_handlers(uw_frame_t *upto, int parent) { |