mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
VERIFY macro removed
This commit is contained in:
parent
cc46f2d7e6
commit
05fb57baff
36 changed files with 108 additions and 145 deletions
|
@ -19,9 +19,7 @@ void lv2_mutex_t::unlock(lv2_lock_t)
|
|||
{
|
||||
// pick new owner; protocol is ignored in current implementation
|
||||
owner = idm::get<ppu_thread>(sq.front()->id);
|
||||
|
||||
VERIFY(!owner->state.test_and_set(cpu_flag::signal));
|
||||
owner->notify();
|
||||
owner->set_signal();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue