From: Richard Henderson Date: Tue, 2 May 2023 14:31:25 +0000 (+0100) Subject: target/alpha: Use MO_ALIGN for system UNALIGN() X-Git-Tag: v8.1.0-rc0~140^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ffaac9ca01094341ce64526411b8065df9ac39f;p=thirdparty%2Fqemu.git target/alpha: Use MO_ALIGN for system UNALIGN() Signed-off-by: Richard Henderson --- diff --git a/target/alpha/translate.c b/target/alpha/translate.c index 9d25e211643..ffbac1c114a 100644 --- a/target/alpha/translate.c +++ b/target/alpha/translate.c @@ -72,7 +72,7 @@ struct DisasContext { #ifdef CONFIG_USER_ONLY #define UNALIGN(C) (C)->unalign #else -#define UNALIGN(C) 0 +#define UNALIGN(C) MO_ALIGN #endif /* Target-specific return values from translate_one, indicating the