]> xenbits.xensource.com Git - qemu-xen.git/commit
target/alpha: Use MO_ALIGN where required
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 14:36:47 +0000 (15:36 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:05:58 +0000 (17:05 +0100)
commit33948b68a7ca99f05f88f4aac5d5019a11853662
tree7a7685e790f4f3104215669e1aa2e202619dcf24
parent6ffaac9ca01094341ce64526411b8065df9ac39f
target/alpha: Use MO_ALIGN where required

Mark all memory operations that are not already marked with UNALIGN.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/translate.c