mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
[NTOS]: Do not break into kdbg because PopFlushVolumes is not fully implemented. Fixes apparent BSOD when trying the "Hibernate" and "Stand By" options in the Task Manager.
CORE-8537 #resolve #comment Demote UNIMPLEMENTED_DBGBREAK for UNIMPLEMENTED in the non-implemented case of PopFlushVolumes. Fixes the apparent BSOD. svn path=/trunk/; revision=64170
This commit is contained in:
parent
6342a92b28
commit
28b04f02e8
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ PopFlushVolumes(IN BOOLEAN ShuttingDown)
|
||||||
if (!(FlushPolicy & 2))
|
if (!(FlushPolicy & 2))
|
||||||
{
|
{
|
||||||
/* ReactOS only implements this routine for shutdown, which requires it */
|
/* ReactOS only implements this routine for shutdown, which requires it */
|
||||||
UNIMPLEMENTED_DBGBREAK();
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check if there were no volumes at all */
|
/* Check if there were no volumes at all */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue