1
0
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:
John Reiser 2006-03-03 05:59:55 +00:00
parent 366a708f3a
commit e87f5521c1

View File

@ -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