commit | e1c08b002d280ef6356ebb6ec33767354cbc21b1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Jan 29 14:02:59 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Mar 01 07:33:28 2023 -1000 |
tree | 18e59e6a5cdb569e3b1d2feca7e8984ee10e5e8c | |
parent | 4013884346f3bb0838f09e41dac6e735f6f576c2 [diff] |
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>