qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/7] target/xtensa: fix missing tcg_temp_free in gen_windo


From: Richard Henderson
Subject: Re: [PATCH v2 1/7] target/xtensa: fix missing tcg_temp_free in gen_window_check
Date: Fri, 22 Apr 2022 08:25:05 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/22/22 04:43, Max Filippov wrote:
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")
Signed-off-by: Max Filippov<jcmvbkbc@gmail.com>
---
Changes v1->v2:
- also use tcg_constant_* for PC

  target/xtensa/translate.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]