section align fixes

This commit is contained in:
Nikita Smith
2025-06-25 10:53:22 -07:00
committed by Ryan Fleury
parent 681c1619fb
commit c0613c2a7e
3 changed files with 17 additions and 16 deletions
+1
View File
@@ -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,