tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path
commit3dbc8c61de4e0d0a2afe0897cda7ab28cd37a164
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 Dec 2018 00:42:52 +0000 (13 18:42 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Dec 2018 03:04:44 +0000 (17 06:04 +0300)
treea6af4bd8bca15167e6208f60f2f837811e79df2f
parent1d21d95b6101786d44d3b4a12400eb80a1ecc647
tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path

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

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.inc.c