mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
target/hppa: Use MO_ALIGN for system UNALIGN()
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user