qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 17/36] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TA


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 17/36] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
Date: Fri, 21 Oct 2022 12:28:49 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.3.2

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.henderson@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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]