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 <[email protected]>

r~

Reply via email to