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:
Jia Liu 2012-07-20 15:50:42 +08:00 committed by Blue Swirl
parent b6a71ef7e0
commit 1d7d403469
5 changed files with 89 additions and 2 deletions

View file

@ -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)