On Tue, 26 Apr 2022 at 17:43, Richard Henderson <richard.hender...@linaro.org> wrote: > > Existing temp usage treats t1 as both zero and as a > temporary. Rearrange to only require one temporary, > so remove t1 and rename t2. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate-a64.c | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM