]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Nov 2018 22:43:17 +0000 (23:43 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Dec 2018 03:04:43 +0000 (06:04 +0300)
commit1d21d95b6101786d44d3b4a12400eb80a1ecc647
treee6561d6a1f38d0dc4e63f285e7f4ad0712fee04a
parent55dfd8fedceb1311d9cdded1a0f94b2da91a387d
tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct

This helps preserve the invariant that all TCG_TYPE_I32 values
are stored zero-extended in the 64-bit host registers.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.inc.c