]> git.proxmox.com Git - mirror_qemu.git/commit
target/sh4: Use MO_ALIGN where required
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 09:50:35 +0000 (10:50 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit03a0d87e8ddc2577151b02d5b93c577ac48b133a
treefab6b59ec7086ac58065b9d4935dcc34fe03c025
parenta978c37b275a6f7fb21d5bf6d46dca56b96ec7b0
target/sh4: Use MO_ALIGN where required

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

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sh4/translate.c