Re: [PATCH v2 3/8] target/tricore: ENABLE/DISABLE exit to main-loop

2023-06-18 Thread Richard Henderson
On 6/16/23 17:28, Bastian Koppelmann wrote: so we can recognize exceptions after re-enabling interrupts. Reported-by: Richard Henderson Signed-off-by: Bastian Koppelmann --- target/tricore/translate.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/tricore/translate.c b/ta

[PATCH v2 3/8] target/tricore: ENABLE/DISABLE exit to main-loop

2023-06-16 Thread Bastian Koppelmann
so we can recognize exceptions after re-enabling interrupts. Reported-by: Richard Henderson Signed-off-by: Bastian Koppelmann --- target/tricore/translate.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/tricore/translate.c b/target/tricore/translate.c index d4f7415158..6164b