mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS:IO] Break on IoRaiseInformationalHardError
This one will eventually be reverted. For now, this will help debugging CORE-17587
This commit is contained in:
parent
53bd132cec
commit
42ec1388d7
1 changed files with 3 additions and 0 deletions
|
@ -712,6 +712,9 @@ IoRaiseInformationalHardError(IN NTSTATUS ErrorStatus,
|
|||
IN PKTHREAD Thread)
|
||||
{
|
||||
DPRINT1("IoRaiseInformationalHardError: %lx, '%wZ'\n", ErrorStatus, String);
|
||||
#if DBG
|
||||
__debugbreak(); /* CORE-17587 */
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue