Added __attribute__((__sentinel__)) to Packer::addLoader(). This is

a new gcc-4.1 feature.

committer: mfx <mfx> 1142035833 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-03-11 00:10:33 +00:00
parent 37ac8f179e
commit 1810440355
6 changed files with 126 additions and 122 deletions
+2 -2
View File
@@ -106,8 +106,8 @@ PackMachPPC32::buildMachLoader(
linker->addSection("MACOS000", proto, szproto);
addLoader("MACOS000", 0);
addLoader("FOLDEXEC", 0);
addLoader("MACOS000", NULL);
addLoader("FOLDEXEC", NULL);
return getLoaderSize();
}