From 1d7d4034690a4dd292b214a788298a2cacd09fb2 Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Fri, 20 Jul 2012 15:50:42 +0800 Subject: target-or32: Add exception support Add OpenRISC exception support. Signed-off-by: Jia Liu Signed-off-by: Blue Swirl --- target-openrisc/helper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-openrisc/helper.h') diff --git a/target-openrisc/helper.h b/target-openrisc/helper.h index 7ced5eaaec..43b23caca8 100644 --- a/target-openrisc/helper.h +++ b/target-openrisc/helper.h @@ -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) -- cgit v1.2.3