Fix some warnings

This commit is contained in:
Megamouse 2023-05-08 23:12:39 +02:00
parent 315d9c308b
commit 58140e1d3a
10 changed files with 34 additions and 25 deletions

View file

@ -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();