Re: [PATCH v2 48/76] target/nios2: Drop tcg_temp_free

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

[PATCH v2 48/76] target/nios2: 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/nios2/translate.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/target/nios2/translate.c b/target/nios2/translate.c index 140bc31017..6610e22236 100644 --- a/target/nios2