From a978c37b275a6f7fb21d5bf6d46dca56b96ec7b0 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 2 May 2023 10:38:52 +0100 Subject: target/nios2: Remove TARGET_ALIGNED_ONLY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Signed-off-by: Richard Henderson --- configs/targets/nios2-softmmu.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'configs') diff --git a/configs/targets/nios2-softmmu.mak b/configs/targets/nios2-softmmu.mak index 5823fc0..c99ae37 100644 --- a/configs/targets/nios2-softmmu.mak +++ b/configs/targets/nios2-softmmu.mak @@ -1,3 +1,2 @@ TARGET_ARCH=nios2 -TARGET_ALIGNED_ONLY=y TARGET_NEED_FDT=y -- cgit v1.1