Re: [PATCH 4/4] target/tricore: Fix ICR.IE offset in RESTORE insn

2023-06-15 Thread Richard Henderson
On 6/14/23 18:59, 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. Signed-off-by: Bastian Koppelmann --- target/tricore/translate.c | 3 ++- 1 file changed, 2 insertions(+

[PATCH 4/4] target/tricore: Fix ICR.IE offset in RESTORE insn

2023-06-14 Thread Bastian Koppelmann
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. Signed-off-by: Bastian Koppelmann --- target/tricore/translate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/tricore/tr