mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
section align fixes
This commit is contained in:
committed by
Ryan Fleury
parent
681c1619fb
commit
c0613c2a7e
@@ -103,6 +103,7 @@ typedef struct COFF_BigObjHeader
|
||||
typedef U32 COFF_SectionAlign;
|
||||
enum
|
||||
{
|
||||
COFF_SectionAlign_None = 0x0,
|
||||
COFF_SectionAlign_1Bytes = 0x1,
|
||||
COFF_SectionAlign_2Bytes = 0x2,
|
||||
COFF_SectionAlign_4Bytes = 0x3,
|
||||
|
||||
Reference in New Issue
Block a user