mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-03 15:20:17 +01:00
vm_native.cpp: minor compilation fix
This commit is contained in:
parent
def364fe28
commit
0ac68def49
|
|
@ -262,7 +262,7 @@ namespace utils
|
|||
m_file = -1;
|
||||
|
||||
// Try to use 2MB pages for 2M-aligned shm
|
||||
if constexpr (c_mfd_huge_2mb)
|
||||
if constexpr (c_mfd_huge_2mb != 0)
|
||||
{
|
||||
if (m_size % 0x200000 == 0 && flags & 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue