mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
make code inside "#if 0" compile when changing 0 to 1
committer: jreiser <jreiser> 977240738 +0000
This commit is contained in:
parent
b7bc15167b
commit
312fc60509
|
@ -226,7 +226,7 @@ void PackVmlinuzI386::pack(OutputFile *fo)
|
|||
#if 0
|
||||
printf("%-13s: setup : %8ld bytes\n", getName(), (long) setup_buf.getSize());
|
||||
printf("%-13s: loader : %8ld bytes\n", getName(), (long) lsize);
|
||||
printf("%-13s: compressed : %8ld bytes\n", getName(), (long) clen);
|
||||
printf("%-13s: compressed : %8ld bytes\n", getName(), (long) ph.c_len);
|
||||
#endif
|
||||
|
||||
// finally check the compression ratio
|
||||
|
|
Loading…
Reference in New Issue
Block a user