qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6193] target-ppc: fix compilation on BigEndian
@ 2009-01-05 21:40 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-05 21:40 UTC (permalink / raw)
  To: qemu-devel

Revision: 6193
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6193
Author:   aurel32
Date:     2009-01-05 21:40:27 +0000 (Mon, 05 Jan 2009)

Log Message:
-----------
target-ppc: fix compilation on BigEndian

This fixes BigEndian compilation for target-ppc.

(Michael Buesch)

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

Modified: trunk/target-ppc/op_helper.c
===================================================================
--- trunk/target-ppc/op_helper.c	2009-01-05 18:11:53 UTC (rev 6192)
+++ trunk/target-ppc/op_helper.c	2009-01-05 21:40:27 UTC (rev 6193)
@@ -2185,7 +2185,7 @@
     }
 #if defined(WORDS_BIGENDIAN)
 #define MRGHI 0
-#define MRGL0 1
+#define MRGLO 1
 #else
 #define MRGHI 1
 #define MRGLO 0

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

only message in thread, other threads:[~2009-01-05 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 21:40 [Qemu-devel] [6193] target-ppc: fix compilation on BigEndian 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).