Skip to content

Commit e07daa4

Browse files
authored
Match load section alignment with official RPLs (#10)
1 parent 87c3c86 commit e07daa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elf2rpl/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ generateFileInfoSection(ElfFile &file,
191191
info.dataSize = 0u;
192192
info.dataAlign = 4096u;
193193
info.loadSize = 0u;
194-
info.loadAlign = 4u;
194+
info.loadAlign = 32u;
195195
info.tempSize = 0u;
196196
info.trampAdjust = 0u;
197197
info.trampAddition = 0u;

0 commit comments

Comments
 (0)