mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-18 16:54:42 -04:00
parent
3e56da238c
commit
8240379a3c
@ -245,7 +245,6 @@ static void trace_lock_free(void *lock_, unsigned locktype)
|
|||||||
{
|
{
|
||||||
lock_wrapper *lock = lu_find(lock_);
|
lock_wrapper *lock = lu_find(lock_);
|
||||||
if (!lock || lock->status == FREE || lock->locked) {
|
if (!lock || lock->status == FREE || lock->locked) {
|
||||||
__asm__("int3");
|
|
||||||
TT_FAIL(("lock: free error"));
|
TT_FAIL(("lock: free error"));
|
||||||
} else {
|
} else {
|
||||||
lock->status = FREE;
|
lock->status = FREE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user