target-ppc: fix compilation on BigEndian

This fixes BigEndian compilation for target-ppc.

(Michael Buesch)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6193 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aurel32 2009-01-05 21:40:27 +00:00
parent 530e7615ce
commit b392e756c1
1 changed files with 1 additions and 1 deletions

View File

@ -2185,7 +2185,7 @@ void helper_vmladduhm (ppc_avr_t *r, ppc_avr_t *a, ppc_avr_t *b, ppc_avr_t *c)
}
#if defined(WORDS_BIGENDIAN)
#define MRGHI 0
#define MRGL0 1
#define MRGLO 1
#else
#define MRGHI 1
#define MRGLO 0