Re: [PATCH v6 15/21] accel/tcg: Remove translator_ldsw

2022-08-21 Thread Alistair Francis
On Fri, Aug 19, 2022 at 1:36 PM Richard Henderson wrote: > > The only user can easily use translator_lduw and > adjust the type to signed during the return. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > include/exec/translator.h | 1 - > target/i386/tc

[PATCH v6 15/21] accel/tcg: Remove translator_ldsw

2022-08-18 Thread Richard Henderson
The only user can easily use translator_lduw and adjust the type to signed during the return. Signed-off-by: Richard Henderson --- include/exec/translator.h | 1 - target/i386/tcg/translate.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/exec/translator.h b/incl