diff --git a/tools/elf2rpl/main.cpp b/tools/elf2rpl/main.cpp index 54bf116..fbf5e67 100644 --- a/tools/elf2rpl/main.cpp +++ b/tools/elf2rpl/main.cpp @@ -1014,7 +1014,7 @@ write(ElfFile &file, const std::string &filename) fileInfo.loadSize = val; } } else if (section->header.type == elf::SHT_RELA) { - fileInfo.tempSize += align_up(size, 64); + fileInfo.tempSize += (size + 128); } }