]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Reinstate tests for bsf{w,l} and bsr{w,l}.
authorJulian Seward <jseward@acm.org>
Thu, 7 Apr 2005 01:56:21 +0000 (01:56 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 7 Apr 2005 01:56:21 +0000 (01:56 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1126

VEX/test/test-amd64.c

index 052dd4b62803f099c351ca32f88b0a0957970074..507d945f7e138cc0c1ca7b33981cbdae656c1a86 100644 (file)
@@ -1683,7 +1683,7 @@ int main(int argc, char **argv)
         func();
     }
 #endif
-    //    test_bsx();  REINSTATE64
+    test_bsx();  //REINSTATE64
     test_mul();
     test_jcc();
     //    test_floats();  REINSTATE64