qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 06/17] tcg: Remove TCG_TARGET_HAS_goto_ptr


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 06/17] tcg: Remove TCG_TARGET_HAS_goto_ptr
Date: Thu, 1 Jul 2021 18:37:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/1/21 5:25 PM, Richard Henderson wrote:
> Since 6eea04347eb6, all tcg backends support goto_ptr.
> Remove the conditional, making support mandatory.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/tcg/tcg-opc.h    | 3 +--
>  tcg/aarch64/tcg-target.h | 1 -
>  tcg/arm/tcg-target.h     | 1 -
>  tcg/i386/tcg-target.h    | 1 -
>  tcg/mips/tcg-target.h    | 1 -
>  tcg/ppc/tcg-target.h     | 1 -
>  tcg/riscv/tcg-target.h   | 1 -
>  tcg/s390/tcg-target.h    | 1 -
>  tcg/sparc/tcg-target.h   | 1 -
>  tcg/tci/tcg-target.h     | 1 -
>  tcg/tcg-op.c             | 2 +-
>  tcg/tcg.c                | 8 ++------
>  12 files changed, 4 insertions(+), 18 deletions(-)

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



reply via email to

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