diff autovar/autovar_ARCH.h @ 215:2beca1d11c96

- dynload_plain test now run with helper script - added __aarch64__ detection to autovars (b/c still not merged with dyncall_macros)
author Tassilo Philipp
date Thu, 06 Apr 2017 02:17:35 +0200
parents 629cfbba5ba0
children f5577f6bf97a
line wrap: on
line diff
--- a/autovar/autovar_ARCH.h	Thu Apr 06 02:13:57 2017 +0200
+++ b/autovar/autovar_ARCH.h	Thu Apr 06 02:17:35 2017 +0200
@@ -48,6 +48,8 @@
 # if defined(__thumb__)
 #   define ARCH_THUMB
 # endif
+#elif defined(__aarch64__)
+# define ARCH_ARM64
 #elif defined(__sh__)
 # define ARCH_SH
 #elif defined(__sparc) || defined(__sparc__)