mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target/hppa: Use MO_ALIGN for system UNALIGN()
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
e10e98bdb0
commit
2d4afb03e4
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue