]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove some debugging code that was accidentally checked in
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 10 Dec 2014 22:11:33 +0000 (22:11 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 10 Dec 2014 22:11:33 +0000 (22:11 +0000)
in r3038

git-svn-id: svn://svn.valgrind.org/vex/trunk@3039

VEX/priv/main_main.c

index 58748a7ac2bf24d0e3124c38c9f9ad28bf0a3292..0d77e174bb6e47dfc7c12b8d4df5ea06be1541d8 100644 (file)
@@ -1581,8 +1581,6 @@ static void check_hwcaps ( VexArch arch, UInt hwcaps )
       }
 
       case VexArchAMD64: {
-            invalid_hwcaps(arch, hwcaps,
-                           "Support for AVX2 requires AVX capabilities\n");
          /* SSE3 and CX16 are orthogonal and > baseline, although we really
             don't expect to come across anything which can do SSE3 but can't
             do CX16.  Still, we can handle that case.  LZCNT is similarly