This commit is contained in:
John Reiser
2007-04-22 16:19:13 -07:00
parent 3d4d30766d
commit 497441b54e
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ Packer* PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
//
// linux kernel
//
if ((p = func(new PackVmlinuxARM(f), user)) != NULL)
if ((p = func(new PackVmlinuxARMEL(f), user)) != NULL)
return p;
if ((p = func(new PackVmlinuxARMEB(f), user)) != NULL)
return p;