]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
So what if we are ignoring a branch hint? No need to shout about it.
authorJulian Seward <jseward@acm.org>
Sun, 13 Mar 2005 18:56:28 +0000 (18:56 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 13 Mar 2005 18:56:28 +0000 (18:56 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1026

VEX/priv/guest-x86/toIR.c

index 6664dc19aa87721f359ec5b87121f82ab98106fd..6b202e0f9e2285d69085fa0c669f5cf3fc2f0202 100644 (file)
@@ -7056,7 +7056,7 @@ DisResult disInstr ( /*IN*/  Bool       resteerOK,
             if ((op1 >= 0x70 && op1 <= 0x7F)
                 || (op1 == 0xE3)
                 || (op1 == 0x0F && op2 >= 0x80 && op2 <= 0x8F)) {
-               vex_printf("vex x86->IR: ignoring branch hint\n");
+               if (0) vex_printf("vex x86->IR: ignoring branch hint\n");
                sorb = getIByte(delta); delta++;
                break;
             }