qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4954] Fix the opcode value of LWA
@ 2008-07-27 10:28 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-07-27 10:28 UTC (permalink / raw)
  To: qemu-devel

Revision: 4954
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4954
Author:   malc
Date:     2008-07-27 10:28:15 +0000 (Sun, 27 Jul 2008)

Log Message:
-----------
Fix the opcode value of LWA

That should teach one to not blindly trust documentation that will
(out of the blue) use decimal and binary representation for numbers in
the same chart for no apparent reason and without any prefixes, sigh..

Unbreaks MIPS.

Modified Paths:
--------------
    trunk/tcg/ppc64/tcg-target.c

Modified: trunk/tcg/ppc64/tcg-target.c
===================================================================
--- trunk/tcg/ppc64/tcg-target.c	2008-07-26 17:19:35 UTC (rev 4953)
+++ trunk/tcg/ppc64/tcg-target.c	2008-07-27 10:28:15 UTC (rev 4954)
@@ -268,7 +268,7 @@
 #define LD     XO58(  0)
 #define LDX    XO31( 21)
 #define LDU    XO58(  1)
-#define LWA    XO58( 10)
+#define LWA    XO58(  2)
 #define LWAX   XO31(341)
 
 #define ADDI   OPCD( 14)

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

only message in thread, other threads:[~2008-07-27 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 10:28 [Qemu-devel] [4954] Fix the opcode value of LWA 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).