]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable RCR tests.
authorJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 13:28:05 +0000 (13:28 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 13:28:05 +0000 (13:28 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1293

VEX/test/test-amd64.c

index 507d945f7e138cc0c1ca7b33981cbdae656c1a86..b6d1d1356ac815f6cfb31b8dd315acb83487e539 100644 (file)
@@ -1,3 +1,13 @@
+
+/* To build: 
+
+     gcc -O -g -o test-amd64 test-amd64.c -lm
+
+ */
+
+/* Contrary to what the next comment says, this is now an amd64 CPU
+   test. */
+
 /*
  *  x86 CPU test
  * 
@@ -120,11 +130,9 @@ static void *call_start __init_call = NULL;
 #define OP ror
 #include "test-amd64-shift.h"
 
-#if 0
 #define OP rcr
 #define OP_CC
 #include "test-amd64-shift.h"
-#endif
 
 #if 0
 #define OP rcl