Skip to content

Commit a6a2fc0

Browse files
committed
vm: Keep clearing to_clear
1 parent f32678c commit a6a2fc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rpcs3/Emu/Memory/vm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ namespace vm
581581
break;
582582
}
583583

584+
to_clear &= get_range_lock_bits(false);
585+
584586
utils::pause();
585587
}
586588

0 commit comments

Comments
 (0)