mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NTOS:KE] Use variable instead function calling
svn path=/trunk/; revision=72812
This commit is contained in:
@@ -1602,7 +1602,7 @@ _KeReleaseGuardedMutex(IN OUT PKGUARDED_MUTEX GuardedMutex)
|
||||
|
||||
/* Sanity checks */
|
||||
ASSERT(KeGetCurrentIrql() <= APC_LEVEL);
|
||||
ASSERT(GuardedMutex->Owner == KeGetCurrentThread());
|
||||
ASSERT(GuardedMutex->Owner == Thread);
|
||||
ASSERT(Thread->SpecialApcDisable == GuardedMutex->SpecialApcDisable);
|
||||
|
||||
/* Destroy the Owner */
|
||||
|
||||
Reference in New Issue
Block a user