- Addendum to 56090.

svn path=/trunk/; revision=56092
This commit is contained in:
Stefan Ginsberg 2012-03-08 09:23:24 +00:00
parent 12d6452264
commit ad0cb34f20

View file

@ -75,7 +75,7 @@ KxAcquireSpinLock(IN PKSPIN_LOCK SpinLock)
}
#endif
}
#ifdef DBG
#if DBG
/* On debug builds, we OR in the KTHREAD */
*SpinLock = (KSPIN_LOCK)KeGetCurrentThread() | 1;
#endif