mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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>
This commit is contained in:
parent
1fae1851e5
commit
17ebc8c104
3 changed files with 27 additions and 1 deletions
|
@ -153,3 +153,4 @@ DEF_HELPER_2(psw_write, void, env, i32)
|
|||
DEF_HELPER_1(psw_read, i32, env)
|
||||
/* Exceptions */
|
||||
DEF_HELPER_3(raise_exception_sync, noreturn, env, i32, i32)
|
||||
DEF_HELPER_2(qemu_excp, noreturn, env, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue