aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index 220f3df2..f59b3447 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -169,7 +169,7 @@
169#define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */ 169#define LJ_TARGET_UNIFYROT 2 /* Want only IR_BROR. */
170#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL 170#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL
171 171
172#if __ARM_ARCH_7__ || __ARM_ARCH_7A__ || __ARM_ARCH_7R__ 172#if __ARM_ARCH_7__ || __ARM_ARCH_7A__ || __ARM_ARCH_7R__ || __ARM_ARCH_7S__
173#define LJ_ARCH_VERSION 70 173#define LJ_ARCH_VERSION 70
174#elif __ARM_ARCH_6T2__ 174#elif __ARM_ARCH_6T2__
175#define LJ_ARCH_VERSION 61 175#define LJ_ARCH_VERSION 61