qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/43] tcg: Drop union from TCGArgConstraint


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 02/43] tcg: Drop union from TCGArgConstraint
Date: Wed, 9 Sep 2020 19:43:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/9/20 2:16 AM, Richard Henderson wrote:
> The union is unused; let "regs" appear in the main structure
> without the "u.regs" wrapping.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/tcg/tcg.h            |  4 +---
>  tcg/tcg.c                    | 22 +++++++++++-----------
>  tcg/aarch64/tcg-target.c.inc | 14 +++++++-------
>  tcg/arm/tcg-target.c.inc     | 26 +++++++++++++-------------
>  tcg/i386/tcg-target.c.inc    | 26 +++++++++++++-------------
>  tcg/mips/tcg-target.c.inc    | 18 +++++++++---------
>  tcg/ppc/tcg-target.c.inc     | 24 ++++++++++++------------
>  tcg/riscv/tcg-target.c.inc   | 14 +++++++-------
>  tcg/s390/tcg-target.c.inc    | 18 +++++++++---------
>  tcg/sparc/tcg-target.c.inc   | 16 ++++++++--------
>  tcg/tci/tcg-target.c.inc     |  2 +-
>  11 files changed, 91 insertions(+), 93 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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