Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
target/alpha: Use MO_ALIGN for system UNALIGN()
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
rth7680 committed May 5, 2023
1 parent 5fa7c08 commit 6ffaac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/alpha/translate.c
Expand Up @@ -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
Expand Down

0 comments on commit 6ffaac9

Please sign in to comment.