accel/tcg: Widen tcg-ldst.h addresses to uint64_t
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Apr 2023 21:09:47 +0000 (22:09 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 23:30:29 +0000 (16:30 -0700)
commit24e46e6c9d9927121ac703db79819c688d2a5c5b
treeba8d1f4306d7f3e9a4431c9e0efe5c742525be5d
parentc9ad8d27caa01b13f01c22e04788f4e33068afb4
accel/tcg: Widen tcg-ldst.h addresses to uint64_t

Always pass the target address as uint64_t.
Adjust tcg_out_{ld,st}_helper_args to match.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/user-exec.c
include/tcg/tcg-ldst.h
tcg/tcg.c