Re: [PATCH v4 39/57] tcg: Introduce tcg_target_has_memory_bswap
On Wed, 3 May 2023 at 08:20, Richard Henderson wrote: > > Replace the unparameterized TCG_TARGET_HAS_MEMORY_BSWAP macro > with a function with a memop argument. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v4 39/57] tcg: Introduce tcg_target_has_memory_bswap
Replace the unparameterized TCG_TARGET_HAS_MEMORY_BSWAP macro with a function with a memop argument. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.h | 1 - tcg/arm/tcg-target.h | 1 - tcg/i386/tcg-target.h| 3 --- tcg/loongarch64/tcg-target.h