From 24cb8c3b07c5fed086555b54f9f753bb78df6837 Mon Sep 17 00:00:00 2001 From: dwilder Date: Thu, 19 Oct 2006 18:37:15 +0000 Subject: Adding s390x support --- runtime/stack.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/stack.c') 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 -- cgit