diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-12 09:42:04 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-12 09:42:04 -0400 |
commit | b57dc4a49242a5f0ae5d166690655f2611645e56 (patch) | |
tree | db695004afaaf0390674208cbcfd09cb4a3a638a /masm/asm.h | |
parent | big endian (diff) | |
download | mips-b57dc4a49242a5f0ae5d166690655f2611645e56.tar.gz mips-b57dc4a49242a5f0ae5d166690655f2611645e56.tar.bz2 mips-b57dc4a49242a5f0ae5d166690655f2611645e56.zip |
align segments
Diffstat (limited to 'masm/asm.h')
-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; |