mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
conditionally compile debugging printf
committer: jreiser <jreiser> 1141365595 +0000
This commit is contained in:
parent
366a708f3a
commit
e87f5521c1
|
@ -106,7 +106,7 @@ static int F(Filter *f)
|
|||
f->noncalls = noncalls;
|
||||
f->lastcall = lastcall;
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
printf("\ncalls=%d noncalls=%d text_size=%x calltrickoffset=%x\n",
|
||||
calls,noncalls,size,cto8);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user