Re-enable assertion in xstrip.py.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-11-20 14:27:14 +01:00
parent 4953e77161
commit 345278f309
2 changed files with 1 additions and 2 deletions

0
src/stub/powerpc-darwin.macho-upxmain.exe Executable file → Normal file
View File

View File

@ -178,8 +178,7 @@ def do_file(fn):
# FIXME / TODO
pass
else:
pass
#assert pos == len(odata), ("unexpected strip_with_dump", pos, len(odata))
assert pos == len(odata), ("unexpected strip_with_dump", pos, len(odata))
else:
if pos >= 0:
odata = idata[:pos]