about summary refs log tree commit diff stats
path: root/src/box64context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/box64context.c')
-rw-r--r--src/box64context.c2
1 files changed, 1 insertions, 1 deletions
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;