]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sh4: Use MO_ALIGN for system UNALIGN()
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 3 May 2025 20:40:26 +0000 (13:40 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 28 May 2025 07:08:47 +0000 (08:08 +0100)
commiteb978e50e42f3439e7a7a104e76aafc81bc4a028
treeac3bfe295a8f1d99fb50577b2ee546138152cf7b
parent11efde54f248c2da9e164910b8b1945e78a7168e
target/sh4: Use MO_ALIGN for system UNALIGN()

This should have been done before removing TARGET_ALIGNED_ONLY,
as we did for hppa and alpha.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Fixes: 8244189419f9 ("target/sh4: Remove TARGET_ALIGNED_ONLY")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sh4/translate.c