mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-30 19:10:01 +00:00
merge part 2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user