minor fixes and cleanups

This commit is contained in:
Nikita Smith
2024-12-06 11:53:16 -08:00
parent 86db833a83
commit 0ea0820d19
2 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -5388,7 +5388,7 @@ lnk_build_rad_debug_info(TP_Context *tp,
input.top_level_info.exe_name = image_name;
input.top_level_info.exe_hash = rdi_hash(image_data.str, image_data.size);
input.top_level_info.voff_max = image_vsize;
input.top_level_info.producer_string = push_str8f(scratch.arena, "%s [Debug Info: CodeView]", BUILD_VERSION_STRING);
input.top_level_info.producer_string = push_str8f(scratch.arena, "%s [Debug Info: CodeView]", BUILD_VERSION_STRING_LITERAL);
}
ProfEnd();