use the same POPALLSPACE_SIZE for AARCH64
This commit is contained in:
parent
f72a4d0fc4
commit
4890aaae56
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ typedef struct blockinfo_t {
|
|||
#define BI_COMPILING 5
|
||||
#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 */
|
||||
#else
|
||||
const int POPALLSPACE_SIZE = 512; /* That should be enough space */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue