mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Improve cond_var notifiers
But nobody uses it anyway, so clean up includes.
This commit is contained in:
parent
7d56069243
commit
34fa010601
20 changed files with 69 additions and 71 deletions
|
@ -1397,7 +1397,7 @@ bool handle_access_violation(u32 addr, bool is_writing, x64_context* context) no
|
|||
{
|
||||
if (auto mem = vm::get(vm::any, addr))
|
||||
{
|
||||
std::shared_lock lock(pf_entries->mutex);
|
||||
reader_lock lock(pf_entries->mutex);
|
||||
|
||||
for (const auto& entry : pf_entries->entries)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue