mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 16:48:30 +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
|
#endif
|
||||||
}
|
}
|
||||||
#ifdef DBG
|
#if DBG
|
||||||
/* On debug builds, we OR in the KTHREAD */
|
/* On debug builds, we OR in the KTHREAD */
|
||||||
*SpinLock = (KSPIN_LOCK)KeGetCurrentThread() | 1;
|
*SpinLock = (KSPIN_LOCK)KeGetCurrentThread() | 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue