mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 20:10:18 +00:00
Removed no longer correct assertion.
This commit is contained in:
parent
98cfe58dcf
commit
d338b49574
@ -92,8 +92,7 @@ static unsigned int release_semaphore( obj_handle_t handle, unsigned int count )
|
||||
}
|
||||
else if (sem->count)
|
||||
{
|
||||
/* there cannot be any thread waiting if the count is != 0 */
|
||||
assert( !sem->obj.head );
|
||||
/* there cannot be any thread to wake up if the count is != 0 */
|
||||
sem->count += count;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user