diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-08 13:11:42 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-08 13:11:42 +0200 |
| commit | 85fc57faa32625f6b8294f0081d2af2e821750d9 (patch) | |
| tree | 9606bf98062591622ccb9b26c511fd25a6f7fbdb /src/box64context.c | |
| parent | c8e10a004bbca5dcb653dd0a30833cded45bc612 (diff) | |
| download | box64-85fc57faa32625f6b8294f0081d2af2e821750d9.tar.gz box64-85fc57faa32625f6b8294f0081d2af2e821750d9.zip | |
Improve debugging trace of rb_tree
Diffstat (limited to 'src/box64context.c')
| -rw-r--r-- | src/box64context.c | 2 |
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; |