summaryrefslogtreecommitdiffstats
path: root/runtime/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack.c')
-rw-r--r--runtime/stack.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/stack.c b/runtime/stack.c
index dcf23e06..5dc627b7 100644
--- a/runtime/stack.c
+++ b/runtime/stack.c
@@ -35,6 +35,8 @@ static int _stp_kta(unsigned long addr);
#include "stack-i386.c"
#elif defined (__powerpc64__)
#include "stack-ppc64.c"
+#elif defined (__arm__)
+#include "stack-arm.c"
#elif defined (__s390__) || defined (__s390x__)
#include "stack-s390.c"
#else