On 6/24/26 05:45, Alex Bennée wrote:
We shouldn't be reading SCR_EL3 unless ARM_FEATURE_EL3 is enabled, if it is then we check SCR_ECVEN allows tweaking the offset.Suggested-by: Richard Henderson<[email protected]> Signed-off-by: Alex Bennée<[email protected]> --- v2 - don't bail early - if there is no EL3 we still honour CNTHCTL_EL2 --- target/arm/helper.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
