On 2/23/23 19:04, Philippe Mathieu-Daudé wrote:
Although TCGv is defined as TCGv_i64 on alpha, make it clear tcg_temp_new_i64() returns a TCGv_i64. Free calling tcg_temp_free_i64(). Suggested-by: Ilya Leoshkevich <i...@linux.ibm.com> Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- target/alpha/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Anton Johansson <a...@rev.ng>