From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJxC3-0003Aj-Lc for qemu-devel@nongnu.org; Mon, 05 Jan 2009 16:41:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJxC2-0003AM-No for qemu-devel@nongnu.org; Mon, 05 Jan 2009 16:41:03 -0500 Received: from [199.232.76.173] (port=49436 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJxC2-0003AJ-Ga for qemu-devel@nongnu.org; Mon, 05 Jan 2009 16:41:02 -0500 Received: from hall.aurel32.net ([88.191.82.174]:44360) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LJxC2-0007vx-2W for qemu-devel@nongnu.org; Mon, 05 Jan 2009 16:41:02 -0500 Received: from volta-wlan.aurel32.net ([2002:52e8:2fb:ffff:21d:e0ff:fe49:1047] helo=volta.aurel32.net) by hall.aurel32.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1LJxC0-0000k1-Ga for qemu-devel@nongnu.org; Mon, 05 Jan 2009 22:41:00 +0100 Received: from aurel32 by volta.aurel32.net with local (Exim 4.69) (envelope-from ) id 1LJxC0-0000Ji-0w for qemu-devel@nongnu.org; Mon, 05 Jan 2009 22:41:00 +0100 Date: Mon, 5 Jan 2009 22:41:00 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] Fix compilation on BigEndian Message-ID: <20090105214100.GA1155@volta.aurel32.net> References: <200901051122.33678.mb@bu3sch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200901051122.33678.mb@bu3sch.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Jan 05, 2009 at 11:22:33AM +0100, Michael Buesch wrote: > This fixes BigEndian compilation for target-ppc. > > Index: target-ppc/op_helper.c > =================================================================== > --- target-ppc/op_helper.c (revision 6190) > +++ target-ppc/op_helper.c (working copy) > @@ -2185,7 +2185,7 @@ > } > #if defined(WORDS_BIGENDIAN) > #define MRGHI 0 > -#define MRGL0 1 > +#define MRGLO 1 > #else > #define MRGHI 1 > #define MRGLO 0 > Thanks, applied. -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net