From: malc <av1474@comtv.ru>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4954] Fix the opcode value of LWA
Date: Sun, 27 Jul 2008 10:28:16 +0000 [thread overview]
Message-ID: <E1KN3U8-0001St-62@cvs.savannah.gnu.org> (raw)
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)
reply other threads:[~2008-07-27 10:29 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=E1KN3U8-0001St-62@cvs.savannah.gnu.org \
--to=av1474@comtv.ru \
--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).