On 6/21/23 16:23, Bastian Koppelmann wrote:
from ISA v1.6.1 onwards the bit position of ICR.IE changed.
ctx->icr_ie_offset contains the correct value for the ISA version used
by the vCPU. We also need to exit this tb here, as we might have enabled
interrupts.
Signed-off-by: Bastian Koppelmann<kbast...@mail.uni-paderborn.de>
---
v3 -> v4:
- Exit tb for RESTORE
target/tricore/translate.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~