mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
fixes
This commit is contained in:
parent
7a02787bee
commit
f45cbdd0f7
5 changed files with 9 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue