From: Cerion Armour-Brown Date: Mon, 21 Feb 2005 16:44:03 +0000 (+0000) Subject: just turned off some debug printfs X-Git-Tag: svn/VALGRIND_3_0_1^2~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15076c17596650dc76bcfb272c50de6acf90e67d;p=thirdparty%2Fvalgrind.git just turned off some debug printfs git-svn-id: svn://svn.valgrind.org/vex/trunk@944 --- diff --git a/VEX/priv/host-ppc32/hdefs.c b/VEX/priv/host-ppc32/hdefs.c index 55d0effb44..4b307b36d4 100644 --- a/VEX/priv/host-ppc32/hdefs.c +++ b/VEX/priv/host-ppc32/hdefs.c @@ -1896,7 +1896,7 @@ Int emit_PPC32Instr ( UChar* buf, Int nbuf, PPC32Instr* i ) //.. and does not really contain a register. */ //.. # define fake(_n) mkHReg((_n), HRcInt32, False) - vex_printf("asm ");ppPPC32Instr(i); vex_printf("\n"); +// vex_printf("asm ");ppPPC32Instr(i); vex_printf("\n"); switch (i->tag) { diff --git a/VEX/priv/host-ppc32/isel.c b/VEX/priv/host-ppc32/isel.c index dacc14d801..a049bbb6fe 100644 --- a/VEX/priv/host-ppc32/isel.c +++ b/VEX/priv/host-ppc32/isel.c @@ -783,7 +783,7 @@ static HReg iselIntExpr_R ( ISelEnv* env, IRExpr* e ) { HReg r = iselIntExpr_R_wrk(env, e); /* sanity checks ... */ -# if 1 +# if 0 vex_printf("\n"); ppIRExpr(e); vex_printf("\n"); # endif vassert(hregClass(r) == HRcInt32); diff --git a/VEX/switchback/switchback.c b/VEX/switchback/switchback.c index 51189fe6ef..a71e8d7a08 100644 --- a/VEX/switchback/switchback.c +++ b/VEX/switchback/switchback.c @@ -488,7 +488,7 @@ void make_translation ( Addr64 guest_addr, Bool verbose ) NULL, /* instrument2 */ False, /* cleanup after instrument */ NULL, /* access checker */ - verbose ? TEST_FLAGS : (1<<7)|(1<<3|(1<<2)|(1<<1)|(1<<0)) //0 + verbose ? TEST_FLAGS : 0 //(1<<7)|(1<<3)|(1<<2)|(1<<1)|(1<<0) //0 ); assert(tres == VexTransOK); ws_needed = (trans_used+7) / 8;