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);