merge part 2

This commit is contained in:
Ryan Fleury
2025-03-25 16:30:05 -07:00
parent c4f4b5ff01
commit a826afd4d6
4 changed files with 17 additions and 14 deletions
+1
View File
@@ -47,6 +47,7 @@ enum
typedef U16 COFF_MachineType;
enum
{
// TODO(rjf): COFF_Machine prefix -> COFF_MachineType prefix
COFF_Machine_Unknown = 0x0,
COFF_Machine_X86 = 0x14c,
COFF_Machine_X64 = 0x8664,