From 872ea0c098f63a36de8c49eb2cf348cd111292b9 Mon Sep 17 00:00:00 2001 From: balrog Date: Sun, 21 Sep 2008 02:31:19 +0000 Subject: Enable same-arch consistency check on x86-64, print syscall name on error. Also disable testing instructions unsupported by 64-bit binutils in test-i386.c git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5277 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/test-i386.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test-i386.c b/tests/test-i386.c index 9ebfa80cd7..43b17285f9 100644 --- a/tests/test-i386.c +++ b/tests/test-i386.c @@ -489,10 +489,12 @@ void test_loop(void) }; int i, res; +#if !defined(__x86_64__) TEST_LOOP("jcxz"); TEST_LOOP("loopw"); TEST_LOOP("loopzw"); TEST_LOOP("loopnzw"); +#endif TEST_LOOP("jecxz"); TEST_LOOP("loopl"); -- cgit v1.2.3