summaryrefslogtreecommitdiffhomepage
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/types.h b/types.h
index 710f6fc..b4c33fc 100644
--- a/types.h
+++ b/types.h
@@ -217,7 +217,8 @@ typedef enum {
EXCEPTION_RUNTIME,
EXCEPTION_TYPE,
EXCEPTION_REFERENCE,
- EXCEPTION_USER
+ EXCEPTION_USER,
+ EXCEPTION_EXIT
} uc_exception_type_t;
typedef struct {