On Mon, May 19, 2025 at 05:20:01PM +0200, 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: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian