|
From: | Richard Henderson |
Subject: | Re: [PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64() |
Date: | Wed, 30 Nov 2022 12:53:56 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 |
On 11/30/22 08:34, Philippe Mathieu-Daudé wrote:
Although on 64-bit targets TCGv is defined as TCGv_i64, clarify using the correct type for tcg_temp_new_i64(). Philippe Mathieu-Daudé (2): target/s390x: Replace TCGv by TCGv_i64 in op_mov2e() target/sparc64: Replace TCGv by TCGv_i64 in gen_op_multiply() target/s390x/tcg/translate.c | 2 +- target/sparc/translate.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |