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:
parent
bce7af4e11
commit
80da0bc9d5
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue
Block a user