* [Qemu-devel] [6027] target-ppc: fix mbar opcode
@ 2008-12-14 11:12 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-14 11:12 UTC (permalink / raw)
To: qemu-devel
Revision: 6027
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6027
Author: aurel32
Date: 2008-12-14 11:12:20 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
target-ppc: fix mbar opcode
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/translate.c
Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c 2008-12-14 11:12:10 UTC (rev 6026)
+++ trunk/target-ppc/translate.c 2008-12-14 11:12:20 UTC (rev 6027)
@@ -6049,7 +6049,7 @@
}
/* mbar replaces eieio on 440 */
-GEN_HANDLER(mbar, 0x1F, 0x16, 0x13, 0x001FF801, PPC_BOOKE)
+GEN_HANDLER(mbar, 0x1F, 0x16, 0x1a, 0x001FF801, PPC_BOOKE)
{
/* interpreted as no-op */
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-14 11:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-14 11:12 [Qemu-devel] [6027] target-ppc: fix mbar opcode Aurelien Jarno
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).