From 8954240d943f92c9c03177a2d9004dfe38901095 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Tue, 23 Dec 2025 10:09:20 +0800 Subject: [PATCH] [CORE] Refined tracing file header info There are some header info missing in tracing file when using rcfile --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index 29f71fb52..cf221e194 100644 --- a/src/core.c +++ b/src/core.c @@ -1055,7 +1055,7 @@ int initialize(int argc, const char **argv, char** env, x64emu_t** emulator, elf box64_wine_guest_name = NULL; } // Try to open ftrace again after applying rcfile. - openFTrace(); + displayMiscInfo(); setupZydis(my_context); PrintEnvVariables(&box64env, LOG_INFO);