]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390: Give function static linkage. Also avoids a compiler warning.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Sep 2012 01:25:28 +0000 (01:25 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Sep 2012 01:25:28 +0000 (01:25 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2542

VEX/priv/guest_s390_toIR.c

index 8215b2a438c206ba3bcceb4126e9ea58c9f58930..4ea8bb8bc8b2d6323104947c2787251b19aba7f9 100644 (file)
@@ -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 */