On Mon, 16 Jun 2025 at 18:15, Solomon Tan <r...@wjsota.com> 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(+)
Thanks for your patch! I've applied it to target-arm.next, and it should get into upstream git within a week or so. -- PMM