[CMLIB] arm64: Define PAGE_SIZE

CORE-17518
This commit is contained in:
Serge Gautherie
2021-05-24 08:56:17 +02:00
committed by Stanislav Motylkov
parent 6a5472a754
commit d6002f9475

View File

@@ -194,7 +194,8 @@
// PAGE_SIZE definition
//
#ifndef PAGE_SIZE
#if defined(TARGET_i386) || defined(TARGET_amd64) || defined(TARGET_arm)
#if defined(TARGET_i386) || defined(TARGET_amd64) || \
defined(TARGET_arm) || defined(TARGET_arm64)
#define PAGE_SIZE 0x1000
#else
#error Local PAGE_SIZE definition required when built as host