diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-05-24 12:59:12 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-30 09:51:11 -0700 |
commit | 723d3a276f3ea3efb4d4deb4c1150168db464dba (patch) | |
tree | fa8aa1ed07d261bb1ee90c2118b5244baad7fec4 /accel | |
parent | 7fe6cb68117ac856e03c93d18aca09de015392b0 (diff) | |
download | qemu-723d3a276f3ea3efb4d4deb4c1150168db464dba.zip qemu-723d3a276f3ea3efb4d4deb4c1150168db464dba.tar.gz qemu-723d3a276f3ea3efb4d4deb4c1150168db464dba.tar.bz2 |
tcg: Fix register move type in tcg_out_ld_helper_ret
The first move was incorrectly using TCG_TYPE_I32 while the second
move was correctly using TCG_TYPE_REG. This prevents a 64-bit host
from moving all 128-bits of the return value.
Fixes: ebebea53ef8 ("tcg: Support TCG_TYPE_I128 in tcg_out_{ld,st}_helper_{args,ret}")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'accel')
0 files changed, 0 insertions, 0 deletions