Missing review: #2 Although on 64-bit targets TCGv is defined as TCGv_i64, clarify using the correct type for tcg_temp_new_i64().
Since v1: - Added alpha patch (Ilya) - Also use tcg_temp_free_i64() Philippe Mathieu-Daudé (3): target/s390x: Replace TCGv by TCGv_i64 in op_mov2e() target/alpha: Replace TCGv by TCGv_i64 in gen_cpy_mask() target/sparc64: Replace TCGv by TCGv_i64 in gen_op_multiply() target/alpha/translate.c | 4 ++-- target/s390x/tcg/translate.c | 2 +- target/sparc/translate.c | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) -- 2.38.1