diff options
Diffstat (limited to '')
-rw-r--r-- | masm/asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |