Re: [PATCH v2 18/28] target/openrisc: Use translator_use_goto_tb

2021-07-07 Thread Stafford Horne
On Wed, Jun 30, 2021 at 11:32:16AM -0700, Richard Henderson wrote: > Reorder the cases in openrisc_tr_tb_stop to make this easier to read. Hi Richard, For me the description is a bit misleading. I don't see it as a simple reorder for making things easier to read, because we need to understand wh

[PATCH v2 18/28] target/openrisc: Use translator_use_goto_tb

2021-06-30 Thread Richard Henderson
Reorder the cases in openrisc_tr_tb_stop to make this easier to read. Cc: Stafford Horne Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c