1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Updated unused code.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-08-23 11:30:42 +02:00
parent 0c61ca1a6b
commit e075c8e691

View File

@ -123,7 +123,8 @@ void PackElks8086::pack(OutputFile *fo)
patchPackHeader(loader, lsize);
#if 0
// FIXME
patchFilter32(loader, lsize, &ft);
defineFilterSymbols();
defineDecompressorSymbols();
patch_le32(loader, lsize, "ESI1", zimage_offset + lsize);
patch_le32(loader, lsize, "KEIP", kernel_entry);
patch_le32(loader, lsize, "STAK", stack_during_uncompression);