mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 04:28:12 +00:00
fix up symbols visibility
This commit is contained in:
committed by
Ryan Fleury
parent
56c43ad614
commit
f2ee135439
+2
-2
@@ -477,7 +477,7 @@ coff_string_from_time_stamp(Arena *arena, COFF_TimeStamp time_stamp)
|
||||
return result;
|
||||
}
|
||||
|
||||
read_only struct
|
||||
global read_only struct
|
||||
{
|
||||
String8 string;
|
||||
COFF_MachineType machine;
|
||||
@@ -509,7 +509,7 @@ read_only struct
|
||||
{ str8_lit_comp("WceMipsV2"), COFF_MachineType_WceMipsV2 },
|
||||
};
|
||||
|
||||
read_only static struct {
|
||||
global read_only struct {
|
||||
char * name;
|
||||
COFF_ImportType type;
|
||||
} g_coff_import_header_type_map[] = {
|
||||
|
||||
Reference in New Issue
Block a user