mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
- Change ASSERT to C_ASSERT
svn path=/trunk/; revision=35519
This commit is contained in:
parent
83029d2dd8
commit
ea3057f862
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ KiAcquireGuardedMutexContented(IN OUT PKGUARDED_MUTEX GuardedMutex)
|
|||
BitsToAdd = GM_LOCK_WAITER_WOKEN;
|
||||
|
||||
/* We depend on these bits being just right */
|
||||
ASSERT((GM_LOCK_WAITER_WOKEN * 2) == GM_LOCK_WAITER_INC);
|
||||
C_ASSERT((GM_LOCK_WAITER_WOKEN * 2) == GM_LOCK_WAITER_INC);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue