qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4748] PPC: fix mtfsfi
@ 2008-06-18 22:10 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-06-18 22:10 UTC (permalink / raw)
  To: qemu-devel

Revision: 4748
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4748
Author:   aurel32
Date:     2008-06-18 22:10:12 +0000 (Wed, 18 Jun 2008)

Log Message:
-----------
PPC: fix mtfsfi

(Tristan Gingold)

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

Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c	2008-06-18 22:10:01 UTC (rev 4747)
+++ trunk/target-ppc/translate.c	2008-06-18 22:10:12 UTC (rev 4748)
@@ -362,7 +362,7 @@
 EXTRACT_HELPER(CRM, 12, 8);
 EXTRACT_HELPER(FM, 17, 8);
 EXTRACT_HELPER(SR, 16, 4);
-EXTRACT_HELPER(FPIMM, 20, 4);
+EXTRACT_HELPER(FPIMM, 12, 4);
 
 /***                            Jump target decoding                       ***/
 /* Displacement */

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

only message in thread, other threads:[~2008-06-18 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-18 22:10 [Qemu-devel] [4748] PPC: fix mtfsfi 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).