mirror of
https://github.com/upx/upx.git
synced 2024-11-26 22:20:52 +00:00
Fix comment.
This commit is contained in:
parent
50668c462f
commit
2c3e841d8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user