From 2cde7c7e26ee6a98770eabdac393aa7e6521744a Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Thu, 13 Sep 2012 15:58:01 +0000 Subject: [PATCH] Avoid compiler warning. git-svn-id: svn://svn.valgrind.org/vex/trunk@2528 --- VEX/priv/guest_s390_helpers.c | 2 ++ 1 file changed, 2 insertions(+) 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) \ -- 2.47.2