mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[HALX86] HalHandleNMI: Re-enable debugger-entering code.
This commit is contained in:
parent
32411dece0
commit
bd0eaa924d
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ HalHandleNMI(
|
|||
|
||||
/* Enter the debugger if possible */
|
||||
KiBugCheckData[0] = (ULONG_PTR)KeServiceDescriptorTable; /* NMI Corruption? */
|
||||
//if (!(KdDebuggerNotPresent) && (KdDebuggerEnabled)) KeEnterKernelDebugger();
|
||||
if (!KdDebuggerNotPresent && KdDebuggerEnabled)
|
||||
KeEnterKernelDebugger();
|
||||
#endif /* !_MINIHAL_ */
|
||||
|
||||
/* Freeze the system */
|
||||
|
|
Loading…
Reference in a new issue