From: Florian Krohm Date: Thu, 13 Sep 2012 15:58:01 +0000 (+0000) Subject: Avoid compiler warning. X-Git-Tag: svn/VALGRIND_3_9_0^2~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cde7c7e26ee6a98770eabdac393aa7e6521744a;p=thirdparty%2Fvalgrind.git Avoid compiler warning. git-svn-id: svn://svn.valgrind.org/vex/trunk@2528 --- diff --git a/VEX/priv/guest_s390_helpers.c b/VEX/priv/guest_s390_helpers.c index 9eb0a85e28..247d3abbed 100644 --- a/VEX/priv/guest_s390_helpers.c +++ b/VEX/priv/guest_s390_helpers.c @@ -873,6 +873,7 @@ ULong s390_do_ecag(ULong op2addr) { return 0; } /*------------------------------------------------------------*/ /* Convert an IRRoundingMode value to s390_round_t */ +#if defined(VGA_s390x) static s390_round_t decode_bfp_rounding_mode(UInt irrm) { @@ -884,6 +885,7 @@ decode_bfp_rounding_mode(UInt irrm) } vpanic("decode_bfp_rounding_mode"); } +#endif #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \