mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[NTOSKRNL]
Fix misleading comment svn path=/trunk/; revision=71393
This commit is contained in:
parent
990c8c2740
commit
0977ee2d46
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ ExpCheckForApcsDisabled(IN KIRQL Irql,
|
||||||
!(Thread->CombinedApcDisable))
|
!(Thread->CombinedApcDisable))
|
||||||
{
|
{
|
||||||
/* Bad! */
|
/* Bad! */
|
||||||
DPRINT1("EX: resource: APCs still enabled before resource %p acquire "
|
DPRINT1("EX: resource: APCs still enabled before resource %p acquire/release "
|
||||||
"!!!\n", Resource);
|
"!!!\n", Resource);
|
||||||
DbgBreakPoint();
|
DbgBreakPoint();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue