On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > Nothing TCG specific there, move to common cpu code. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > target/mips/internal.h | 4 - > target/mips/cpu.c | 243 ++++++++++++++++++++++++++++++++++++++++ > target/mips/translate.c | 240 --------------------------------------- > 3 files changed, 243 insertions(+), 244 deletions(-) I see translate_init.c.inc is handled later. Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~