Save some more bytes in dos/exe lzma stub.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-09-14 15:47:18 +02:00
parent 49455c99ad
commit 4d3b627839
6 changed files with 1970 additions and 1916 deletions
-1
View File
@@ -279,7 +279,6 @@ void Packer::defineDecompressorSymbols()
if (ph.format == UPX_F_DOS_EXE)
{
linker->defineSymbol("lzma_properties_hi", properties >> 16); // pb
// len - 2 because of properties
linker->defineSymbol("lzma_c_len_hi", (ph.c_len - 2) >> 16);
linker->defineSymbol("lzma_u_len_hi", ph.u_len >> 16);
linker->defineSymbol("lzma_u_len_segment", (ph.u_len & 0xf0000) >> 4);