On Fri, 26 May 2023 at 01:25, Richard Henderson <[email protected]> wrote: > > 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 <[email protected]> > --- > tcg/tcg.c | 4 ++--
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
