lzma should be working again for most of the i386 formats

This commit is contained in:
László Molnár
2006-07-18 13:44:44 +02:00
parent b8b983dded
commit 4500c1d1a4
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ void PackTmt::pack(OutputFile *fo)
// patch loader
linker->defineSymbol("original_entry", ih.entry);
defineFilterSymbols(linker, &ft);
// FIXME patchDecompressor(loader, lsize);
defineDecompressorSymbols();
linker->defineSymbol("bytes_to_copy", ph.c_len + d_len);
linker->defineSymbol("copy_dest", ph.u_len + ph.overlap_overhead + d_len - 1);