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:
parent
c673f1cded
commit
451dc90f99
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ static inline void debug_printKernelEntryReason(void)
|
|||
break;
|
||||
#endif
|
||||
default:
|
||||
printf("Unknown\n");
|
||||
printf("Unknown (%u)\n", ksKernelEntry.path);
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue