]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make compilable again.
authorJulian Seward <jseward@acm.org>
Sun, 17 Dec 2006 17:40:36 +0000 (17:40 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 17 Dec 2006 17:40:36 +0000 (17:40 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1688

VEX/test/test-amd64.c

index b6d1d1356ac815f6cfb31b8dd315acb83487e539..81998f43f26d9766d85d0ce7470e8ae104996019 100644 (file)
@@ -41,7 +41,7 @@
 
 /* Setting this to 1 creates a very comprehensive test of
    integer condition codes. */
-#define TEST_INTEGER_VERBOSE 0
+#define TEST_INTEGER_VERBOSE 1
 
 typedef  long long int  int64;
 
@@ -551,7 +551,7 @@ void test_mul(void)
         "movl $0x12345678, %0\n"\
         #op " %" size "2, %" size "0 ; setz %b1" \
         : "=r" (res), "=q" (resz)\
-        : "g" (val));\
+        : "r" (val));\
     printf("%-10s A=%08x R=%08x %d\n", #op, val, res, resz);\
 }