lzma should be working again for most of the i386 formats
This commit is contained in:
+1
-2
@@ -253,10 +253,9 @@ void PackVmlinuxI386::pack(OutputFile *fo)
|
||||
if (0x40==(0xf0 & ft.id)) {
|
||||
linker->defineSymbol("filter_length", ph.u_len); // redefine
|
||||
}
|
||||
defineDecompressorSymbols();
|
||||
linker->relocate();
|
||||
|
||||
// FIXME patchDecompressor(loader, lsize);
|
||||
|
||||
MemBuffer loader(lsize);
|
||||
memcpy(loader, getLoader(), lsize);
|
||||
patchPackHeader(loader, lsize);
|
||||
|
||||
Reference in New Issue
Block a user