target/tricore: Implement a qemu excptions helper
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 21 Aug 2019 09:02:23 +0000 (11:02 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 22 Aug 2019 10:16:58 +0000 (12:16 +0200)
commit17ebc8c1047a9c9f07c25585156231d34fd4a682
tree76f2c6182ed3e3a14dda977d4fbda043ebe7ec89
parent1fae1851e5b35437ac22b46b6786b084fffb8cf2
target/tricore: Implement a qemu excptions helper

this helper is only used to raise qemu specific exceptions. We use this
helper to raise it on breakpoints.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target/tricore/helper.h
target/tricore/op_helper.c
target/tricore/translate.c