From: Florian Krohm Date: Thu, 20 Sep 2012 01:25:28 +0000 (+0000) Subject: s390: Give function static linkage. Also avoids a compiler warning. X-Git-Tag: svn/VALGRIND_3_9_0^2~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223f109f571a3f8170476d3cafedb0aa58ca802b;p=thirdparty%2Fvalgrind.git s390: Give function static linkage. Also avoids a compiler warning. git-svn-id: svn://svn.valgrind.org/vex/trunk@2542 --- diff --git a/VEX/priv/guest_s390_toIR.c b/VEX/priv/guest_s390_toIR.c index 8215b2a438..4ea8bb8bc8 100644 --- a/VEX/priv/guest_s390_toIR.c +++ b/VEX/priv/guest_s390_toIR.c @@ -8201,7 +8201,7 @@ s390_irgen_SRNMB(IRTemp op2addr) return "srnmb"; } - void +static void s390_irgen_srnmb_wrapper(UChar b2, UShort d2) { if (b2 == 0) { /* This is the typical case */