* [Qemu-devel] [4945] Fix EXTSW arguments
@ 2008-07-26 11:20 malc
0 siblings, 0 replies; only message in thread
From: malc @ 2008-07-26 11:20 UTC (permalink / raw)
To: qemu-devel
Revision: 4945
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4945
Author: malc
Date: 2008-07-26 11:20:44 +0000 (Sat, 26 Jul 2008)
Log Message:
-----------
Fix EXTSW arguments
Modified Paths:
--------------
trunk/tcg/ppc64/tcg-target.c
Modified: trunk/tcg/ppc64/tcg-target.c
===================================================================
--- trunk/tcg/ppc64/tcg-target.c 2008-07-25 21:20:21 UTC (rev 4944)
+++ trunk/tcg/ppc64/tcg-target.c 2008-07-26 11:20:44 UTC (rev 4945)
@@ -659,7 +659,7 @@
case 2|4:
if (bswap) {
tcg_out32 (s, LWBRX | RT (data_reg) | RB (r0));
- tcg_out32 (s, EXTSW | RT (data_reg) | RS (data_reg));
+ tcg_out32 (s, EXTSW | RA (data_reg) | RS (data_reg));
}
else tcg_out32 (s, LWA | RT (data_reg)| RA (r0));
break;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-26 11:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 11:20 [Qemu-devel] [4945] Fix EXTSW arguments malc
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).