Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
target/hppa: 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 e10e98b commit 2d4afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/hppa/translate.c
Expand Up @@ -271,7 +271,7 @@ typedef struct DisasContext {
#ifdef CONFIG_USER_ONLY
#define UNALIGN(C) (C)->unalign
#else
#define UNALIGN(C) 0
#define UNALIGN(C) MO_ALIGN
#endif

/* Note that ssm/rsm instructions number PSW_W and PSW_E differently. */
Expand Down

0 comments on commit 2d4afb0

Please sign in to comment.