]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMAL
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 11 Nov 2022 01:01:13 +0000 (11:01 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 4 Feb 2023 16:19:42 +0000 (06:19 -1000)
commit466d37596010845eb61fbb8b5cd7daa407286342
tree67148befe22a519e176f89cb7c7ebeeb68978741
parentecbea3ec1ce5f4499ef6acbc696ec5d6a1c69165
tcg: Handle dh_typecode_i128 with TCG_CALL_{RET,ARG}_NORMAL

Many hosts pass and return 128-bit quantities like sequential
64-bit quantities.  Treat this just like we currently break
down 64-bit quantities for a 32-bit host.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c