Re: [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c

2020-12-08 Thread Richard Henderson
On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > Remove unused headers and add missing "qemu/log.h" since > qemu_log() is called. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/cp0_helper.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Richard

[PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c

2020-12-06 Thread Philippe Mathieu-Daudé
Remove unused headers and add missing "qemu/log.h" since qemu_log() is called. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/cp0_helper.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/mips/cp0_helper.c b/target/mips/cp0_helper.c index