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.hender...@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é <f4...@amsat.org>