From: Florian Krohm Date: Fri, 7 Sep 2012 21:18:42 +0000 (+0000) Subject: s390: Fix another mixup. Did not cause problems due to same X-Git-Tag: svn/VALGRIND_3_9_0^2~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584cc5d2dfb779dc9ce979b8fc51fc6a88541dce;p=thirdparty%2Fvalgrind.git s390: Fix another mixup. Did not cause problems due to same field offset. git-svn-id: svn://svn.valgrind.org/vex/trunk@2518 --- diff --git a/VEX/priv/host_s390_defs.c b/VEX/priv/host_s390_defs.c index 96088eccde..658b153ddb 100644 --- a/VEX/priv/host_s390_defs.c +++ b/VEX/priv/host_s390_defs.c @@ -7558,7 +7558,7 @@ s390_insn_bfp128_convert_from_emit(UChar *buf, const s390_insn *insn) UInt r1 = hregNumber(insn->variant.bfp128_unop.dst_hi); UInt r2_hi = hregNumber(insn->variant.bfp128_unop.op_hi); UInt r2_lo = hregNumber(insn->variant.bfp128_unop.op_lo); - s390_round_t rounding_mode = insn->variant.bfp_binop.rounding_mode; + s390_round_t rounding_mode = insn->variant.bfp128_unop.rounding_mode; /* Paranoia */ vassert(insn->size != 16);