stos: knot: Add KNOT_BAD_CHECKSUM reason

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-23 23:48:26 +00:00
parent 7b9f8267ea
commit 0a66d08f15
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -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 */