From 35010035d709039bcd4be2493d0a62f846a27231 Mon Sep 17 00:00:00 2001 From: mio Date: Thu, 20 Oct 2022 20:10:27 +0200 Subject: [PATCH] Fix macro typo Thanks @roehling --- qemu/target/ppc/translate/vsx-impl.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/target/ppc/translate/vsx-impl.inc.c b/qemu/target/ppc/translate/vsx-impl.inc.c index 41c6b3ca..679da149 100644 --- a/qemu/target/ppc/translate/vsx-impl.inc.c +++ b/qemu/target/ppc/translate/vsx-impl.inc.c @@ -1603,7 +1603,7 @@ static void gen_xxspltw(DisasContext *ctx) tofs = vsr_full_offset(rt); bofs = vsr_full_offset(rb); bofs += uim << MO_32; -#ifndef HOST_WORDS_BIG_ENDIAN +#ifndef HOST_WORDS_BIGENDIAN bofs ^= 8 | 4; #endif