mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Uncomment SYSTEM_THREAD_EXCEPTION_NOT_HANDLED case.
svn path=/trunk/; revision=44514
This commit is contained in:
@@ -830,7 +830,7 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
|
||||
|
||||
/* Check if this is a kernel-mode exception */
|
||||
case KERNEL_MODE_EXCEPTION_NOT_HANDLED:
|
||||
//case SYSTEM_THREAD_EXCEPTION_NOT_HANDLED:
|
||||
case SYSTEM_THREAD_EXCEPTION_NOT_HANDLED:
|
||||
case KMODE_EXCEPTION_NOT_HANDLED:
|
||||
|
||||
/* Use the generic text message */
|
||||
|
||||
Reference in New Issue
Block a user