print value for unknown entry reason

This is not supposed to happen, thus printing the value gives a bit more
insight what might have happened here.

Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
Axel Heider 2022-02-28 20:11:39 +01:00 committed by Gerwin Klein
parent c673f1cded
commit 451dc90f99

View file

@ -59,7 +59,7 @@ static inline void debug_printKernelEntryReason(void)
break;
#endif
default:
printf("Unknown\n");
printf("Unknown (%u)\n", ksKernelEntry.path);
break;
}