From 278896f57c4cf578e80b81e8587538e3a6a5d6df Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 3 Mar 2005 01:13:19 +0000 Subject: [PATCH] cmov fix --- tests/test-i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-i386.c b/tests/test-i386.c index 6afb727472..d4e0c48887 100644 --- a/tests/test-i386.c +++ b/tests/test-i386.c @@ -379,7 +379,7 @@ X86_64_ONLY(\ "cmov" JCC "q %3, %0\n\t"\ : "=r" (res)\ : "r" (v1), "r" (v2), "m" (val), "0" (res));\ - printf("%-10s R=" FMTLX "\n", "cmov" JCC "l", res);)\ + printf("%-10s R=" FMTLX "\n", "cmov" JCC "q", res);)\ asm("cmpl %2, %1\n\t"\ "cmov" JCC "l %k3, %k0\n\t"\ : "=r" (res)\ -- 2.11.4.GIT