From b57dc4a49242a5f0ae5d166690655f2611645e56 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 12 Sep 2024 09:42:04 -0400 Subject: align segments --- masm/asm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'masm/asm.h') diff --git a/masm/asm.h b/masm/asm.h index 81099fc..1162164 100644 --- a/masm/asm.h +++ b/masm/asm.h @@ -213,6 +213,7 @@ struct assembler { /// Segments struct section_table sectab; + uint32_t secalign; // align sections to 0x1000 when writing /// program header Elf32_Phdr *phdr; -- cgit v1.2.3-freya