Re: [PATCH v4 17/31] target/ppc: Use translator_loop_temp_check

2021-05-12 Thread Bruno Piazera Larsen
On 12/05/2021 15:54, matheus.fe...@eldorado.org.br wrote: From: Richard Henderson The special logging is unnecessary. It will have been done immediately before in the log file. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- target/ppc/translate.c | 6 +- 1 file ch

[PATCH v4 17/31] target/ppc: Use translator_loop_temp_check

2021-05-12 Thread matheus . ferst
From: Richard Henderson The special logging is unnecessary. It will have been done immediately before in the log file. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- target/ppc/translate.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/target/ppc/