Re: [PATCH v2 29/76] target/hppa: Drop tcg_temp_free
On Mon, 27 Feb 2023 at 05:36, Richard Henderson wrote: > > Translators are no longer required to free tcg temporaries. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v2 29/76] target/hppa: Drop tcg_temp_free
Translators are no longer required to free tcg temporaries. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 93 + 1 file changed, 1 insertion(+), 92 deletions(-) diff --git a/target/hppa/translate.c b/target/hppa/translate.c index cee960949