Richard Henderson 723d3a276f 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>
2023-05-30 09:51:11 -07:00
..
2023-05-23 16:51:18 -07:00
2023-05-23 16:49:33 -07:00
2023-05-18 08:53:51 +02:00
2023-03-28 15:23:10 -07:00
2023-05-02 13:05:45 -07:00
2023-03-13 07:03:39 -07:00