On 21/10/22 09:15, Richard Henderson wrote:
For 32-bit hosts when TCG_TARGET_CALL_ALIGN_ARGS was set, use
TCG_CALL_ARG_EVEN.  For 64-bit hosts, TCG_TARGET_CALL_ALIGN_ARGS
was silently ignored, so always use TCG_CALL_ARG_NORMAL.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  tcg/aarch64/tcg-target.h     |  2 +-
  tcg/arm/tcg-target.h         |  2 +-
  tcg/i386/tcg-target.h        |  1 +
  tcg/loongarch64/tcg-target.h |  2 +-
  tcg/mips/tcg-target.h        |  3 ++-
  tcg/riscv/tcg-target.h       |  6 +++++-
  tcg/s390x/tcg-target.h       |  1 +
  tcg/sparc64/tcg-target.h     |  1 +
  tcg/tci/tcg-target.h         |  5 +++++
  tcg/tcg.c                    |  6 ++++--
  tcg/ppc/tcg-target.c.inc     | 21 ++++++++-------------
  11 files changed, 30 insertions(+), 20 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to