On 5/19/25 16:20, Julian Ganz wrote:
We recently introduced API for registering callbacks for trap related
events as well as the corresponding hook functions. Due to differences
between architectures, the latter need to be called from target specific
code.
This change places an exception hook for TriCore targets. Interrupts are
not implemented for this target and it has no host calls.
Signed-off-by: Julian Ganz<neither@nut.email>
---
target/tricore/op_helper.c | 5 +++++
1 file changed, 5 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~