]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Don't re-use TEMP_TB temporaries
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Jan 2023 00:02:59 +0000 (14:02 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:33:28 +0000 (07:33 -1000)
commite1c08b002d280ef6356ebb6ec33767354cbc21b1
tree18e59e6a5cdb569e3b1d2feca7e8984ee10e5e8c
parent4013884346f3bb0838f09e41dac6e735f6f576c2
tcg: Don't re-use TEMP_TB temporaries

Reusing TEMP_TB interferes with detecting whether the
temp can be adjusted to TEMP_EBB.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/tcg.c