core: Define HAS_NCE macro
This commit is contained in:
parent
c37b5f431f
commit
3ec3cca4d8
10 changed files with 26 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace Core {
|
||||
|
||||
#ifdef ARCHITECTURE_arm64
|
||||
#ifdef HAS_NCE
|
||||
constexpr size_t VirtualReserveSize = 1ULL << 38;
|
||||
#else
|
||||
constexpr size_t VirtualReserveSize = 1ULL << 39;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue