From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix compilation on BigEndian
Date: Mon, 5 Jan 2009 22:41:00 +0100 [thread overview]
Message-ID: <20090105214100.GA1155@volta.aurel32.net> (raw)
In-Reply-To: <200901051122.33678.mb@bu3sch.de>
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
prev parent reply other threads:[~2009-01-05 21:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-05 10:22 [Qemu-devel] [PATCH] Fix compilation on BigEndian Michael Buesch
2009-01-05 21:41 ` Aurelien Jarno [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090105214100.GA1155@volta.aurel32.net \
--to=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.