PackMachPPC32

This commit is contained in:
John Reiser
2007-02-03 11:04:57 -08:00
parent 2132a28a17
commit 99be1e798b
3 changed files with 157 additions and 19 deletions
+2
View File
@@ -264,6 +264,8 @@ Packer* PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
// Mach (MacOS X PowerPC)
if ((p = func(new PackMachPPC32(f), user)) != NULL)
return p;
if ((p = func(new PackMachI386(f), user)) != NULL)
return p;
return NULL;
}