mirror of https://github.com/xemu-project/xemu.git
target/alpha: Use MO_ALIGN for system UNALIGN()
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5fa7c0882d
commit
6ffaac9ca0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue