]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
just turned off some debug printfs
authorCerion Armour-Brown <cerion@valgrind.org>
Mon, 21 Feb 2005 16:44:03 +0000 (16:44 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Mon, 21 Feb 2005 16:44:03 +0000 (16:44 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@944

VEX/priv/host-ppc32/hdefs.c
VEX/priv/host-ppc32/isel.c
VEX/switchback/switchback.c

index 55d0effb44e18c64eaeec1d25f2e331466a5c63b..4b307b36d4e90e74d37f6e018e9f0915235bd682 100644 (file)
@@ -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) {
 
index dacc14d8014067a86175c7469de73f23f6d66879..a049bbb6fe72f8cf1942a663d52e2df15abcc9f8 100644 (file)
@@ -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);
index 51189fe6efe1c9566a745b9341457e1891b9bcc4..a71e8d7a08b60f061c819e4f3449a1ac424ec73a 100644 (file)
@@ -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;