Re: [PATCH v2 69/76] target/sparc: Drop tcg_temp_free

2023-03-03 Thread Peter Maydell
On Mon, 27 Feb 2023 at 05:39, Richard Henderson wrote: > > Translators are no longer required to free tcg temporaries. > > Signed-off-by: Richard Henderson > --- > target/sparc/translate.c | 136 --- > 1 file changed, 136 deletions(-) Reviewed-by: Peter Mayde

[PATCH v2 69/76] target/sparc: Drop tcg_temp_free

2023-02-27 Thread Richard Henderson
Translators are no longer required to free tcg temporaries. Signed-off-by: Richard Henderson --- target/sparc/translate.c | 136 --- 1 file changed, 136 deletions(-) diff --git a/target/sparc/translate.c b/target/sparc/translate.c index f32f237051..814f3f8b1e