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/arith.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'runtime/arith.c') diff --git a/runtime/arith.c b/runtime/arith.c index fea7421a..97121ae8 100644 --- a/runtime/arith.c +++ b/runtime/arith.c @@ -25,6 +25,13 @@ long long _div64 (long long u, long long v); long long _mod64 (long long u, long long v); #endif +/* 31 bit s390 suupport is not yet included, it may never be. +#ifdef __s390__ +long long _div64 (long long u, long long v); +long long _mod64 (long long u, long long v); +#endif +*/ + /** Divide x by y. In case of division-by-zero, * set context error string, and return 0 */ -- cgit