Add check_whitespace_git.sh. Minor cleanups.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-10-03 01:32:03 +02:00
parent 870cdfa51f
commit 06eb244800
6 changed files with 50 additions and 9 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ void PackDjgpp2::pack(OutputFile *fo)
// because of a feature (bug?) in stub.asm we need some padding
memcpy(obuf+data->size, "UPX", 3);
data->size = ALIGN_UP(data->size, 4);
data->size = ALIGN_UP(data->size, 4u);
linker->defineSymbol("DJ2MAIN1", coff_hdr.a_entry);
relocateLoader();