On 3/11/21 3:39 PM, Richard Henderson wrote: > We're about to split out bytecode output into helpers, but > we can't do that one at a time if tcg_out_op_t is being done > outside of the switch. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci/tcg-target.c.inc | 35 ++++++++++++++++++++++++++++++++--- > 1 file changed, 32 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>