From 85fc57faa32625f6b8294f0081d2af2e821750d9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 8 Oct 2024 13:11:42 +0200 Subject: Improve debugging trace of rb_tree --- src/box64context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box64context.c') diff --git a/src/box64context.c b/src/box64context.c index 928357f4..2a2e1cae 100644 --- a/src/box64context.c +++ b/src/box64context.c @@ -287,7 +287,7 @@ box64context_t *NewBox64Context(int argc) initAllHelpers(context); #ifdef DYNAREC - context->db_sizes = init_rbtree(); + context->db_sizes = init_rbtree("db_sizes"); #endif return context; -- cgit 1.4.1