summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ldid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldid.cpp b/ldid.cpp
index 8aa0b4e..1795d34 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -1009,6 +1009,7 @@ int main(int argc, const char *argv[]) {
offset = Align(offset, 4096);
allocations.push_back(CodesignAllocation(mach_header, offset, size, alloc));
offset += size + alloc;
+ offset = Align(offset, 16);
}
}