mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Fix some warnings
This commit is contained in:
parent
315d9c308b
commit
58140e1d3a
10 changed files with 34 additions and 25 deletions
|
|
@ -1968,7 +1968,7 @@ namespace vm
|
|||
|
||||
range_lock->store(begin | (u64{size} << 32));
|
||||
|
||||
for (u64 i = 0;; i++)
|
||||
while (true)
|
||||
{
|
||||
const u64 lock_val = g_range_lock.load();
|
||||
const u64 is_share = g_shmem[begin >> 16].load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue