From 6ffaac9ca01094341ce64526411b8065df9ac39f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 2 May 2023 15:31:25 +0100 Subject: [PATCH] target/alpha: Use MO_ALIGN for system UNALIGN() Signed-off-by: Richard Henderson --- target/alpha/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/alpha/translate.c b/target/alpha/translate.c index 9d25e21164..ffbac1c114 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