]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/nios2: Remove TARGET_ALIGNED_ONLY
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 09:38:52 +0000 (10:38 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commita978c37b275a6f7fb21d5bf6d46dca56b96ec7b0
tree5a039202488c7c1487f3551d7c9429d990c320f7
parent0e85e81b42e52e6e584aebe98c5b187653a577c1
target/nios2: Remove TARGET_ALIGNED_ONLY

In gen_ldx/gen_stx, the only two locations for memory operations,
mark the operation as either aligned (softmmu) or unaligned
(user-only, as if emulated by the kernel).

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