This commit is contained in:
Megamouse 2023-12-30 20:08:35 +01:00
parent 7a02787bee
commit f45cbdd0f7
5 changed files with 9 additions and 8 deletions

View file

@ -492,7 +492,7 @@ namespace vm
const auto diff = range_lock - g_range_lock_set;
if (bits != umax && !bits.bit_test_set(::narrow<u32>(diff)))
if (bits != umax && !bits.bit_test_set(static_cast<u32>(diff)))
{
break;
}