From 72880d9e0392ffb6a3603cfc98bbcd6a5060c8e9 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 12 Dec 2007 08:36:03 +0100 Subject: [PATCH] Disable leftover debug printf statements. --- src/filter/cto.h | 2 +- src/filter/ctoj.h | 2 +- src/filter/ctojr.h | 4 ++-- src/filter/ctok.h | 2 +- src/filter/ppcbxx.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/filter/cto.h b/src/filter/cto.h index 64acc7b0..b8de8741 100644 --- a/src/filter/cto.h +++ b/src/filter/cto.h @@ -126,7 +126,7 @@ static int F(Filter *f) f->noncalls = noncalls; f->lastcall = lastcall; -#ifdef TESTING +#if 0 || defined(TESTING) printf("\ncalls=%d noncalls=%d noncalls2=%d text_size=%x calltrickoffset=%x\n",calls,noncalls,noncalls2,size,cto); #endif return 0; diff --git a/src/filter/ctoj.h b/src/filter/ctoj.h index 1b1a7d80..5da9262c 100644 --- a/src/filter/ctoj.h +++ b/src/filter/ctoj.h @@ -125,7 +125,7 @@ static int F(Filter *f) f->noncalls = noncalls; f->lastcall = lastcall; -#ifdef TESTING +#if 0 || defined(TESTING) printf("\ncalls=%d noncalls=%d noncalls2=%d text_size=%x calltrickoffset=%x\n",calls,noncalls,noncalls2,size,cto); #endif return 0; diff --git a/src/filter/ctojr.h b/src/filter/ctojr.h index 0a8faf37..089c2705 100644 --- a/src/filter/ctojr.h +++ b/src/filter/ctojr.h @@ -249,11 +249,11 @@ static int F(Filter *f) f->noncalls = noncalls; f->lastcall = lastcall; -/*#ifdef TESTING*/ +#if 0 || defined(TESTING) printf("\ncalls=%d noncalls=%d noncalls2=%d text_size=%x calltrickoffset=%x\n", calls,noncalls,noncalls2,size,cto8); printf("CALL/JMP/JCC %d %d %d\n",wtally[0],wtally[1],wtally[2]); -/*#endif*/ +#endif return 0; } diff --git a/src/filter/ctok.h b/src/filter/ctok.h index e386086c..3753852d 100644 --- a/src/filter/ctok.h +++ b/src/filter/ctok.h @@ -126,7 +126,7 @@ static int F(Filter *f) f->noncalls = noncalls; f->lastcall = lastcall; -#ifdef TESTING +#if 0 || defined(TESTING) printf("\ncalls=%d noncalls=%d noncalls2=%d text_size=%x calltrickoffset=%x\n",calls,noncalls,noncalls2,size,cto); #endif return 0; diff --git a/src/filter/ppcbxx.h b/src/filter/ppcbxx.h index ed536a45..b4b1cabc 100644 --- a/src/filter/ppcbxx.h +++ b/src/filter/ppcbxx.h @@ -106,7 +106,7 @@ static int F(Filter *f) f->noncalls = noncalls; f->lastcall = lastcall; -#if 1 +#if 0 || defined(TESTING) printf("\ncalls=%d noncalls=%d text_size=%x calltrickoffset=%x\n", calls,noncalls,size,cto8); #endif