On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson <richard.hender...@linaro.org> wrote: > > We must change all targets at once, since all must match > the declaration in tcg.c. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/tcg/tcg.h | 2 +- > tcg/tcg.c | 10 +++++----- > tcg/aarch64/tcg-target.c.inc | 2 +- > tcg/arm/tcg-target.c.inc | 2 +- > tcg/i386/tcg-target.c.inc | 2 +- > tcg/mips/tcg-target.c.inc | 2 +- > tcg/ppc/tcg-target.c.inc | 2 +- > tcg/riscv/tcg-target.c.inc | 2 +- > tcg/s390/tcg-target.c.inc | 2 +- > tcg/sparc/tcg-target.c.inc | 2 +- > 10 files changed, 14 insertions(+), 14 deletions(-)
Reviewed-by: Joelle van Dyne <j...@getutm.app>