qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5278] Fix TEST_BSX operands in test-i386.c (Zeev Tarantov).
@ 2008-09-21  2:34 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-09-21  2:34 UTC (permalink / raw)
  To: qemu-devel

Revision: 5278
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5278
Author:   balrog
Date:     2008-09-21 02:34:50 +0000 (Sun, 21 Sep 2008)

Log Message:
-----------
Fix TEST_BSX operands in test-i386.c (Zeev Tarantov).

Modified Paths:
--------------
    trunk/tests/test-i386.c

Modified: trunk/tests/test-i386.c
===================================================================
--- trunk/tests/test-i386.c	2008-09-21 02:31:19 UTC (rev 5277)
+++ trunk/tests/test-i386.c	2008-09-21 02:34:50 UTC (rev 5278)
@@ -718,8 +718,8 @@
     asm("xor %1, %1\n"\
         "mov $0x12345678, %0\n"\
         #op " %" size "2, %" size "0 ; setz %b1" \
-        : "=r" (res), "=q" (resz)\
-        : "g" (val));\
+        : "=&r" (res), "=&q" (resz)\
+        : "r" (val));\
     printf("%-10s A=" FMTLX " R=" FMTLX " %ld\n", #op, val, res, resz);\
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-21  2:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21  2:34 [Qemu-devel] [5278] Fix TEST_BSX operands in test-i386.c (Zeev Tarantov) Andrzej Zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).