[PATCH 71/76] target/sparc: Drop reset_sar_tracker

2023-02-25 Thread Richard Henderson
Translators are no longer required to free tcg temporaries. Remove sar_m32_allocated, as sar_m32 non-null is equivalent. Signed-off-by: Richard Henderson --- target/xtensa/translate.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/target/xtensa/translate.c b/

Re: [PATCH 71/76] target/sparc: Drop reset_sar_tracker

2023-02-25 Thread Max Filippov
On Sat, Feb 25, 2023 at 1:20 AM Richard Henderson wrote: > > Translators are no longer required to free tcg temporaries. > Remove sar_m32_allocated, as sar_m32 non-null is equivalent. > > Signed-off-by: Richard Henderson > --- > target/xtensa/translate.c | 14 ++ > 1 file changed, 2