On Mon, Dec 14, 2020 at 6:03 AM Richard Henderson <richard.hender...@linaro.org> wrote: > > Now that all native tcg hosts support splitwx, > make this pointer const. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/tcg/tcg.h | 2 +- > tcg/tcg.c | 2 +- > tcg/aarch64/tcg-target.c.inc | 3 +-- > tcg/arm/tcg-target.c.inc | 3 +-- > tcg/i386/tcg-target.c.inc | 3 +-- > tcg/mips/tcg-target.c.inc | 3 +-- > tcg/ppc/tcg-target.c.inc | 3 +-- > tcg/riscv/tcg-target.c.inc | 3 +-- > tcg/s390/tcg-target.c.inc | 3 +-- > tcg/sparc/tcg-target.c.inc | 3 +-- > 10 files changed, 10 insertions(+), 18 deletions(-)
Reviewed-by: Joelle van Dyne <j...@getutm.app>