stos: knot: Add KNOT_BAD_CHECKSUM reason
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
+2
-1
@@ -24,7 +24,8 @@ static const CHAR *ReasonTable[] = {
|
||||
[KNOT_OOM] = "out of memory",
|
||||
[KNOT_EXCEPTION] = "fatal exception",
|
||||
[IRQL_NOT_LTE] = "irql not less than or equal",
|
||||
[IRQL_NOT_GTE] = "irql not greater than or equal"
|
||||
[IRQL_NOT_GTE] = "irql not greater than or equal",
|
||||
[KNOT_BAD_CHECKSUM] = "bad checksum"
|
||||
};
|
||||
|
||||
/* Globals */
|
||||
|
||||
Reference in New Issue
Block a user