aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-08-03 20:07:57 +0000
committerRichard Henderson <richard.henderson@linaro.org>2022-02-09 08:55:02 +1100
commitf85ab3d2e51e45e7fa33b539bc7e1350bdf64dde (patch)
treeff272abc5f617dd201d4b280dec5b27947e7859f /tcg/aarch64/tcg-target.h
parentb1ee3c67253a40f8e62a799eb5b5a0d2954769f4 (diff)
downloadqemu-f85ab3d2e51e45e7fa33b539bc7e1350bdf64dde.zip
qemu-f85ab3d2e51e45e7fa33b539bc7e1350bdf64dde.tar.gz
qemu-f85ab3d2e51e45e7fa33b539bc7e1350bdf64dde.tar.bz2
tcg/aarch64: Support raising sigbus for user-only
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/aarch64/tcg-target.h')
-rw-r--r--tcg/aarch64/tcg-target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/aarch64/tcg-target.h b/tcg/aarch64/tcg-target.h
index 7a93ac8..876af58 100644
--- a/tcg/aarch64/tcg-target.h
+++ b/tcg/aarch64/tcg-target.h
@@ -151,9 +151,7 @@ typedef enum {
void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
-#ifdef CONFIG_SOFTMMU
#define TCG_TARGET_NEED_LDST_LABELS
-#endif
#define TCG_TARGET_NEED_POOL_LABELS
#endif /* AARCH64_TCG_TARGET_H */