mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target-or32: Add exception support
Add OpenRISC exception support. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
b6a71ef7e0
commit
1d7d403469
5 changed files with 89 additions and 2 deletions
|
@ -19,6 +19,9 @@
|
|||
|
||||
#include "def-helper.h"
|
||||
|
||||
/* exception */
|
||||
DEF_HELPER_FLAGS_2(exception, 0, void, env, i32)
|
||||
|
||||
/* interrupt */
|
||||
DEF_HELPER_FLAGS_1(rfe, 0, void, env)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue