mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 12:56:39 +00:00
[NTOSKRNL]
- Add an ASSERT in KeRundownThread svn path=/trunk/; revision=57466
This commit is contained in:
parent
28259f442f
commit
b82de619ca
1 changed files with 3 additions and 2 deletions
|
@ -457,6 +457,7 @@ KeRundownThread(VOID)
|
||||||
{
|
{
|
||||||
/* Get the Mutant */
|
/* Get the Mutant */
|
||||||
Mutant = CONTAINING_RECORD(NextEntry, KMUTANT, MutantListEntry);
|
Mutant = CONTAINING_RECORD(NextEntry, KMUTANT, MutantListEntry);
|
||||||
|
ASSERT_MUTANT(Mutant);
|
||||||
|
|
||||||
/* Make sure it's not terminating with APCs off */
|
/* Make sure it's not terminating with APCs off */
|
||||||
if (Mutant->ApcDisable)
|
if (Mutant->ApcDisable)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue