diff options
Diffstat (limited to 'runtime/stack.c')
-rw-r--r-- | runtime/stack.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/stack.c b/runtime/stack.c index a52dbfee..72a57e19 100644 --- a/runtime/stack.c +++ b/runtime/stack.c @@ -34,6 +34,8 @@ static int _stp_kta(unsigned long addr); #include "stack-i386.c" #elif defined (__powerpc64__) #include "stack-ppc64.c" +#elif defined (__s390__) || defined (__s390x__) +#include "stack-s390.c" #else #error "Unsupported architecture" #endif |