1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

pepfile: infoWarning about unsupported relocation types fixed

This commit is contained in:
László Molnár 2013-08-28 22:33:39 +02:00
parent bce7af4e11
commit 80da0bc9d5

View File

@ -405,7 +405,7 @@ void PepFile::processRelocs() // pass1
}
for (ic = 15; ic; ic--)
if (counts[ic] != 10)
if (ic != 10 && counts[ic])
infoWarning("skipping unsupported relocation type %d (%d)",ic,counts[ic]);
LE32 *fix[16];