From 2c3e841d8ab1c3fa54008728b01cf148c14d013b Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 26 Apr 2008 08:23:05 +0200 Subject: [PATCH] Fix comment. --- src/p_vmlinz.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/p_vmlinz.cpp b/src/p_vmlinz.cpp index 409a0912..96d85cfd 100644 --- a/src/p_vmlinz.cpp +++ b/src/p_vmlinz.cpp @@ -506,7 +506,8 @@ void PackBvmlinuzI386::pack(OutputFile *fo) upx_compress_config_t cconf; cconf.reset(); // limit stack size needed for runtime decompression - cconf.conf_lzma.max_num_probs = 1846 + (768 << 8); // ushort: ~28KB stack + //cconf.conf_lzma.max_num_probs = 1846 + (768 << 4); // ushort: ~28 KiB stack + cconf.conf_lzma.max_num_probs = 1846 + (768 << 8); // ushort: ~388 KiB stack // FIXME: new stub allows most of low memory as stack for Bvmlinuz ? //cconf.conf_lzma.max_num_probs = (0x99000 - 0x10250)>>1; // ushort: 560560 stack