From: Julian Seward Date: Sun, 17 Dec 2006 17:40:36 +0000 (+0000) Subject: Make compilable again. X-Git-Tag: svn/VALGRIND_3_3_1^2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74fe5da3f17f465a1fb1fc43583a419a4bd18304;p=thirdparty%2Fvalgrind.git Make compilable again. git-svn-id: svn://svn.valgrind.org/vex/trunk@1688 --- diff --git a/VEX/test/test-amd64.c b/VEX/test/test-amd64.c index b6d1d1356a..81998f43f2 100644 --- a/VEX/test/test-amd64.c +++ b/VEX/test/test-amd64.c @@ -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);\ }