aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kapi/include/kapi/cpu/exception.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kapi/include/kapi/cpu/exception.hpp b/kapi/include/kapi/cpu/exception.hpp
index 6d39175..9fc697a 100644
--- a/kapi/include/kapi/cpu/exception.hpp
+++ b/kapi/include/kapi/cpu/exception.hpp
@@ -27,6 +27,8 @@ namespace kapi::cpu
alignment_fault,
//! A memory access (either in the data or instruction stream) violated it's permissions.
memory_access_fault,
+ //! An invalid instruction was present in the instruction stream.
+ illegal_instruction,
//! The precoditions for the execution of an instruction were not met.
privilege_violation,
//! An arithmetic error occurred.