On Mon, 27 Feb 2023 at 05:28, Richard Henderson <[email protected]> wrote: > > Only the use within cpu_reg requires a writable temp, > so inline new_tmp_a64_zero there. All other uses are > fine with a constant temp, so use tcg_constant_i64(0). > > Signed-off-by: Richard Henderson <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
