]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Widen helper_{ld,st}_i128 addresses to uint64_t
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 15 Mar 2023 00:02:50 +0000 (17:02 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 23:30:29 +0000 (16:30 -0700)
commite570597a8a7762bc85196b699c0d733dc33929ec
treefec62877ebe2ddbd1e14ac123d4682ced24c410f
parent24e46e6c9d9927121ac703db79819c688d2a5c5b
tcg: Widen helper_{ld,st}_i128 addresses to uint64_t

Always pass the target address as uint64_t.

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