mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-26 03:21:50 -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
|
#ifdef CONFIG_USER_ONLY
|
||||||
#define UNALIGN(C) (C)->unalign
|
#define UNALIGN(C) (C)->unalign
|
||||||
#else
|
#else
|
||||||
#define UNALIGN(C) 0
|
#define UNALIGN(C) MO_ALIGN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Note that ssm/rsm instructions number PSW_W and PSW_E differently. */
|
/* Note that ssm/rsm instructions number PSW_W and PSW_E differently. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue