stos/amd64: cpu: Add exception handling groundwork
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@ static const CHAR *ReasonTable[] = {
|
||||
[KNOT_MISC] = "unspecified reason",
|
||||
[KNOT_UNBOUND_RSRC] = "unbounded resource",
|
||||
[KNOT_BAD_BOOT_PROTO] = "bad boot protocol",
|
||||
[KNOT_OOM] = "out of memory"
|
||||
[KNOT_OOM] = "out of memory",
|
||||
[KNOT_EXCEPTION] = "fatal exception"
|
||||
};
|
||||
|
||||
/* Globals */
|
||||
|
||||
Reference in New Issue
Block a user