[HALX86] HalHandleNMI: Re-enable debugger-entering code.

This commit is contained in:
Hermès Bélusca-Maïto 2023-08-02 22:03:54 +02:00
parent 32411dece0
commit bd0eaa924d
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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 */