diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-08-09 19:18:27 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-02-09 08:55:02 +1100 |
commit | 0c90fa5dce29243c06841d7b07ff2bd97c27c1f4 (patch) | |
tree | c8511b8a4de2f0a33036dfe2d487510dc76a4f63 /tcg/arm/tcg-target.h | |
parent | 4bb802073f212b5a7e7cffcd4456484932911b91 (diff) | |
download | qemu-0c90fa5dce29243c06841d7b07ff2bd97c27c1f4.zip qemu-0c90fa5dce29243c06841d7b07ff2bd97c27c1f4.tar.gz qemu-0c90fa5dce29243c06841d7b07ff2bd97c27c1f4.tar.bz2 |
tcg/arm: 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/arm/tcg-target.h')
-rw-r--r-- | tcg/arm/tcg-target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index 1dd4cd5..27c27a1 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -151,9 +151,7 @@ extern bool use_neon_instructions; /* not defined -- call should be eliminated at compile time */ 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 |