aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/excp_helper.c
diff options
context:
space:
mode:
authorClaudio Fontana <cfontana@suse.de>2021-02-04 17:39:19 +0100
committerRichard Henderson <richard.henderson@linaro.org>2021-02-05 10:24:14 -1000
commit8535dd702dd054a37a85e0c7971cfb43cc7b50e3 (patch)
tree4035c7f4bb45743c4c0f61c99d1d3c2a8a2460d7 /target/s390x/excp_helper.c
parentcbc183d2d9f5b8a33c2a6cf9cb242b04db1e8d5c (diff)
downloadqemu-8535dd702dd054a37a85e0c7971cfb43cc7b50e3.zip
qemu-8535dd702dd054a37a85e0c7971cfb43cc7b50e3.tar.gz
qemu-8535dd702dd054a37a85e0c7971cfb43cc7b50e3.tar.bz2
cpu: move do_unaligned_access to tcg_ops
make it consistently SOFTMMU-only. Signed-off-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> [claudio: make the field presence in cpu.h unconditional, removing the ifdefs] Message-Id: <20210204163931.7358-12-cfontana@suse.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/s390x/excp_helper.c')
-rw-r--r--target/s390x/excp_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/excp_helper.c b/target/s390x/excp_helper.c
index 9cf66d3..ce16af3 100644
--- a/target/s390x/excp_helper.c
+++ b/target/s390x/excp_helper.c
@@ -634,4 +634,4 @@ void HELPER(monitor_call)(CPUS390XState *env, uint64_t monitor_code,
}
}
-#endif /* CONFIG_USER_ONLY */
+#endif /* !CONFIG_USER_ONLY */