diff --git a/src/jit/compemu.h b/src/jit/compemu.h index 76150f09..a1d243a9 100644 --- a/src/jit/compemu.h +++ b/src/jit/compemu.h @@ -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 */