On 6/16/25 10:15, Solomon Tan wrote:
According to the Arm A-profile A64 Instruction Set Architecture, RETA[AB] should be decoded as UNDEF if the pauth feature is not implemented.Fixes: 0ebbe9021254f ("target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree") Signed-off-by: Solomon Tan<r...@wjsota.com> --- target/arm/tcg/translate-a64.c | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~