|
From: <sv...@va...> - 2006-12-17 17:40:40
|
Author: sewardj
Date: 2006-12-17 17:40:36 +0000 (Sun, 17 Dec 2006)
New Revision: 1688
Log:
Make compilable again.
Modified:
trunk/test/test-amd64.c
Modified: trunk/test/test-amd64.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/test/test-amd64.c 2006-12-17 14:24:05 UTC (rev 1687)
+++ trunk/test/test-amd64.c 2006-12-17 17:40:36 UTC (rev 1688)
@@ -41,7 +41,7 @@
=20
/* Setting this to 1 creates a very comprehensive test of
integer condition codes. */
-#define TEST_INTEGER_VERBOSE 0
+#define TEST_INTEGER_VERBOSE 1
=20
typedef long long int int64;
=20
@@ -551,7 +551,7 @@
"movl $0x12345678, %0\n"\
#op " %" size "2, %" size "0 ; setz %b1" \
: "=3Dr" (res), "=3Dq" (resz)\
- : "g" (val));\
+ : "r" (val));\
printf("%-10s A=3D%08x R=3D%08x %d\n", #op, val, res, resz);\
}
=20
|