Re: [PATCH 2/2] tests/tcg/xtensa: add icount/ibreak priority test

2023-11-30 Thread Richard Henderson
On 11/30/23 11:19, Max Filippov wrote: When icount and ibreak exceptions are due to happen on the same address icount has higher precedence. Signed-off-by: Max Filippov --- tests/tcg/xtensa/test_break.S | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) Acked-

[PATCH 2/2] tests/tcg/xtensa: add icount/ibreak priority test

2023-11-30 Thread Max Filippov
When icount and ibreak exceptions are due to happen on the same address icount has higher precedence. Signed-off-by: Max Filippov --- tests/tcg/xtensa/test_break.S | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/tests/tcg/xtensa/test_break.S b/tests/