[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64() |
Date: |
Wed, 30 Nov 2022 17:34:34 +0100 |
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(-)
--
2.38.1
- [PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64(),
Philippe Mathieu-Daudé <=