summaryrefslogtreecommitdiff
path: root/masm/asm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--masm/asm.h1
1 files changed, 1 insertions, 0 deletions
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;