On 8/28/25 21:34, Peter Maydell wrote:
From: Richard Henderson <richard.hender...@linaro.org>
This is FEAT_LSE -- rename the predicate to match.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
Message-id: 20250815122653.701782-6-richard.hender...@linaro.org
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
target/arm/cpu-features.h | 2 +-
linux-user/aarch64/elfload.c | 2 +-
target/arm/tcg/translate-a64.c | 24 ++++++++++++------------
3 files changed, 14 insertions(+), 14 deletions(-)
Doh. I failed to rename the usage in bsd-user.
../bsd-user/aarch64/target_arch_elf.h:117:5: error: call to undeclared function
'isar_feature_aa64_atomics'; ISO C99 and later do not support implicit function
declarations [-Werror,-Wimplicit-function-declaration]
117 | GET_FEATURE_ID(aa64_atomics, ARM_HWCAP_A64_ATOMICS);
Sorry about that.
r~