aboutsummaryrefslogtreecommitdiff
path: root/arm-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm-gen.c')
-rw-r--r--arm-gen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm-gen.c b/arm-gen.c
index 5b923fa..7512b61 100644
--- a/arm-gen.c
+++ b/arm-gen.c
@@ -2147,3 +2147,7 @@ ST_FUNC void gen_vla_alloc(CType *type, int align) {
/*************************************************************/
#endif
/*************************************************************/
+
+#ifndef TCC_IS_NATIVE
+#include "arm-asm.c"
+#endif