Re: [PATCH 09/19] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c

2020-12-08 Thread Richard Henderson
On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/cpu.c| 33 + > target/mips/helper.c | 33 - > 2 files changed, 33 insertions(+), 33 deletions(-) Reviewed-by: Richard

[PATCH 09/19] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c

2020-12-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- target/mips/cpu.c| 33 + target/mips/helper.c | 33 - 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/target/mips/cpu.c b/target/mips/cpu.c index 8d9ef139f07..e612a7ac41a