pepfile: infoWarning about unsupported relocation types fixed
This commit is contained in:
+1
-1
@@ -405,7 +405,7 @@ void PepFile::processRelocs() // pass1
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (ic = 15; ic; ic--)
|
for (ic = 15; ic; ic--)
|
||||||
if (counts[ic] != 10)
|
if (ic != 10 && counts[ic])
|
||||||
infoWarning("skipping unsupported relocation type %d (%d)",ic,counts[ic]);
|
infoWarning("skipping unsupported relocation type %d (%d)",ic,counts[ic]);
|
||||||
|
|
||||||
LE32 *fix[16];
|
LE32 *fix[16];
|
||||||
|
|||||||
Reference in New Issue
Block a user