Re: [PATCH v2 3/6] target/openrisc: Always exit after mtspr npc

2022-10-27 Thread Philippe Mathieu-Daudé
On 27/10/22 12:02, Richard Henderson wrote: We have called cpu_restore_state asserting will_exit. Do not go back on that promise. This affects icount. Signed-off-by: Richard Henderson --- target/openrisc/sys_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Phili

[PATCH v2 3/6] target/openrisc: Always exit after mtspr npc

2022-10-27 Thread Richard Henderson
We have called cpu_restore_state asserting will_exit. Do not go back on that promise. This affects icount. Signed-off-by: Richard Henderson --- target/openrisc/sys_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/openrisc/sys_helper.c b/target/openrisc/sys_hel