[NTOSKRNL]

- Add an ASSERT in KeRundownThread

svn path=/trunk/; revision=57466
This commit is contained in:
Thomas Faber 2012-10-03 19:01:47 +00:00
parent 28259f442f
commit b82de619ca

View file

@ -457,6 +457,7 @@ KeRundownThread(VOID)
{
/* Get the Mutant */
Mutant = CONTAINING_RECORD(NextEntry, KMUTANT, MutantListEntry);
ASSERT_MUTANT(Mutant);
/* Make sure it's not terminating with APCs off */
if (Mutant->ApcDisable)