From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5278] Fix TEST_BSX operands in test-i386.c (Zeev Tarantov).
Date: Sun, 21 Sep 2008 02:34:51 +0000 [thread overview]
Message-ID: <E1KhEmh-0008Ob-3d@cvs.savannah.gnu.org> (raw)
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);\
}
reply other threads:[~2008-09-21 2:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1KhEmh-0008Ob-3d@cvs.savannah.gnu.org \
--to=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).