qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4345] PPC: fix isel opcode decoding
@ 2008-05-05 21:27 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-05-05 21:27 UTC (permalink / raw)
  To: qemu-devel

Revision: 4345
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4345
Author:   aurel32
Date:     2008-05-05 21:27:18 +0000 (Mon, 05 May 2008)

Log Message:
-----------
PPC: fix isel opcode decoding

(Tristan Gingold)

Modified Paths:
--------------
    trunk/target-ppc/translate.c

Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c	2008-05-05 21:27:10 UTC (rev 4344)
+++ trunk/target-ppc/translate.c	2008-05-05 21:27:18 UTC (rev 4345)
@@ -1119,7 +1119,7 @@
 }
 
 /* isel (PowerPC 2.03 specification) */
-GEN_HANDLER(isel, 0x1F, 0x0F, 0x00, 0x00000001, PPC_ISEL)
+GEN_HANDLER(isel, 0x1F, 0x0F, 0xFF, 0x00000001, PPC_ISEL)
 {
     uint32_t bi = rC(ctx->opcode);
     uint32_t mask;

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

only message in thread, other threads:[~2008-05-05 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 21:27 [Qemu-devel] [4345] PPC: fix isel opcode decoding 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).