use the same POPALLSPACE_SIZE for AARCH64

This commit is contained in:
Dimitris Panokostas 2020-06-19 23:34:03 +02:00
parent f72a4d0fc4
commit 4890aaae56

View file

@ -360,7 +360,7 @@ typedef struct blockinfo_t {
#define BI_COMPILING 5 #define BI_COMPILING 5
#define BI_FINALIZING 6 #define BI_FINALIZING 6
#if defined(CPU_arm) && !defined(ARMV6T2) && !defined(CPU_AARCH64) #if defined(CPU_arm) && !defined(ARMV6T2)
const int POPALLSPACE_SIZE = 2048; /* That should be enough space */ const int POPALLSPACE_SIZE = 2048; /* That should be enough space */
#else #else
const int POPALLSPACE_SIZE = 512; /* That should be enough space */ const int POPALLSPACE_SIZE = 512; /* That should be enough space */