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 4d96b875..94763e7e 100644
--- a/unwind.c
+++ b/unwind.c
@@ -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)
{