mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58:10 +00:00
- Addendum to 56090.
svn path=/trunk/; revision=56092
This commit is contained in:
parent
12d6452264
commit
ad0cb34f20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue