aboutsummaryrefslogtreecommitdiff
path: root/pk/pcr.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pcr.h')
-rw-r--r--pk/pcr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pk/pcr.h b/pk/pcr.h
index cf3f817..b463a16 100644
--- a/pk/pcr.h
+++ b/pk/pcr.h
@@ -53,7 +53,9 @@
#define CAUSE_FAULT_LOAD 10
#define CAUSE_FAULT_STORE 11
#define CAUSE_VECTOR_DISABLED 12
-#define NUM_CAUSES 13
+#define CAUSE_VECTOR_BANK 13
+#define CAUSE_VECTOR_ILLEGAL_INSTRUCTION 14
+#define NUM_CAUSES 15
#define ASM_CR(r) _ASM_CR(r)
#define _ASM_CR(r) $cr##r