Re: [PATCH 03/61] target/hppa: Remove get_temp_tl

2023-10-19 Thread Philippe Mathieu-Daudé
On 18/10/23 23:50, Richard Henderson wrote: Replace with tcg_temp_new_tl without recording into ctx. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 28 +++- 1 file changed, 3 insertions(+), 25 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 03/61] target/hppa: Remove get_temp_tl

2023-10-18 Thread Richard Henderson
Replace with tcg_temp_new_tl without recording into ctx. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 28 +++- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/target/hppa/translate.c b/target/hppa/translate.c index 3065fbf625..5302381a56 1