Searched hist:"52123 f14e14233a353f81f87506b3b8c7b38898c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | diff 52123f14e14233a353f81f87506b3b8c7b38898c Sat Feb 25 01:24:23 CST 2023 Richard Henderson <richard.henderson@linaro.org> target/sparc: Drop get_temp_tl
Translators are no longer required to free tcg temporaries, therefore there's no need to record temps for later freeing. Replace the few uses with tcg_temp_new.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|