qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 09/43] tcg: Adjust TCGLabel for const


From: Joelle van Dyne
Subject: Re: [PATCH v4 09/43] tcg: Adjust TCGLabel for const
Date: Sat, 2 Jan 2021 12:01:29 -0800

On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Change TCGLabel.u.value_ptr to const, and initialize it with
> tcg_splitwx_to_rx.  Propagate const through tcg/host/ only
> as far as needed to avoid errors from the value_ptr change.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/tcg/tcg.h            | 2 +-
>  tcg/tcg.c                    | 2 +-
>  tcg/aarch64/tcg-target.c.inc | 2 +-
>  tcg/arm/tcg-target.c.inc     | 2 +-
>  tcg/mips/tcg-target.c.inc    | 5 +++--
>  tcg/ppc/tcg-target.c.inc     | 4 ++--
>  tcg/s390/tcg-target.c.inc    | 2 +-
>  7 files changed, 10 insertions(+), 9 deletions(-)

Reviewed-by: Joelle van Dyne <j@getutm.app>



reply via email to

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