commit | 0269a6cf4ebff2eb6d8f893a5179be818efa90c2 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Apr 21 13:08:23 2022 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Fri May 06 15:27:40 2022 -0700 |
tree | 6306e1934dc28a576ca0691908de4161fde1a0cb | |
parent | 31abf61c4929a91275fe32f1fafe6e6b3e840b2a [diff] |
target/xtensa: fix missing tcg_temp_free in gen_window_check pc and w are allocated with tcg_const_i32 but not freed in gen_window_check. Use tcg_constant_i32 for them both. Fixes: 2db59a76c421 ("target-xtensa: record available window in TB flags") Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>