On Wed, 7 Feb 2024 at 02:53, Richard Henderson <richard.hender...@linaro.org> wrote: > > The field is encoded as [0-3], which is convenient for > indexing our array of function pointers, but the true > value is [1-4]. Adjust before calling do_mem_zpa. > > Add an assert, and move the comment re passing ZT to > the helper back next to the relevant code. > > Cc: qemu-sta...@nongnu.org > Fixes: 206adacfb8d ("target/arm: Add mte helpers for sve scalar + int loads") > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM