]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Constify TCGLabelQemuLdst.raddr
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Nov 2020 23:46:44 +0000 (15:46 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 7 Jan 2021 15:09:42 +0000 (05:09 -1000)
commite5e2e4c73926f6f3c1f5da24a350e4345d5ad232
treead29060323ecea1b9a0f60d5b08984f310b30e44
parentc8bc1168ade30e37c3d4bccca9ed0171befbd591
tcg: Constify TCGLabelQemuLdst.raddr

Now that all native tcg hosts support splitwx,
make this pointer const.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390/tcg-target.c.inc
tcg/tcg-ldst.c.inc