summaryrefslogtreecommitdiffstats
path: root/vm/mterp/common/jit-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/common/jit-config.h')
-rw-r--r--vm/mterp/common/jit-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/mterp/common/jit-config.h b/vm/mterp/common/jit-config.h
index 8cc32e3ca..fdebd8f10 100644
--- a/vm/mterp/common/jit-config.h
+++ b/vm/mterp/common/jit-config.h
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#if __ARM_ARCH_5TE__
+#if __ARM_ARCH_5TE__ || __ARM_ARCH_6__
#define JIT_PROF_SIZE_LOG_2 9
#else
#define JIT_PROF_SIZE_LOG_2 11