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:
parent
530e7615ce
commit
b392e756c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user