Re: [PATCH v4 12/43] tcg: Adjust tcg_register_jit for const

2021-01-02 Thread Joelle van Dyne
On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson wrote: > > We must change all targets at once, since all must match > the declaration in tcg.c. > > Signed-off-by: Richard Henderson > --- > include/tcg/tcg.h| 2 +- > tcg/tcg.c| 10 +- >

[PATCH v4 12/43] tcg: Adjust tcg_register_jit for const

2020-12-14 Thread Richard Henderson
We must change all targets at once, since all must match the declaration in tcg.c. Signed-off-by: Richard Henderson --- include/tcg/tcg.h| 2 +- tcg/tcg.c| 10 +- tcg/aarch64/tcg-target.c.inc | 2 +- tcg/arm/tcg-target.c.inc | 2 +-