mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
minor fixes and cleanups
This commit is contained in:
@@ -3,24 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef struct U32Array
|
||||
{
|
||||
U64 count;
|
||||
U32 *v;
|
||||
} U32Array;
|
||||
|
||||
typedef struct U64Array
|
||||
{
|
||||
U64 count;
|
||||
U64 *v;
|
||||
} U64Array;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
U64 count;
|
||||
U128 *v;
|
||||
} U128Array;
|
||||
|
||||
typedef struct U64Node
|
||||
{
|
||||
struct U64Node *next;
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user