From: Florian Krohm Date: Thu, 13 Nov 2025 11:46:11 +0000 (+0000) Subject: s390x: Fix BZ 512030 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95cf5eed209f38b8d3e1bc61a68278be420c2778;p=thirdparty%2Fvalgrind.git s390x: Fix BZ 512030 As obvious when inspecting the neighbourhood. --- diff --git a/NEWS b/NEWS index 0cdbea54e..29bf4debe 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. 511972 valgrind-3.26.0 tests fail to build on upcomig gcc-16: unrecognized command-line option '-Wno-alloc-size-larger-than=18446744073709551615' +512030 s390x: bfp-convert testcase fails To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX diff --git a/VEX/priv/guest_s390_helpers.c b/VEX/priv/guest_s390_helpers.c index 3d6fec5c1..d5e683ab2 100644 --- a/VEX/priv/guest_s390_helpers.c +++ b/VEX/priv/guest_s390_helpers.c @@ -1013,7 +1013,6 @@ decode_bfp_rounding_mode(UInt irrm) break; \ case S390_BFP_ROUND_PREPARE_SHORT: \ cc = S390_CC_FOR_BFP128_UCONVERT_AUX(opcode,cc_dep1,cc_dep2,3); \ - cc = S390_CC_FOR_BFP_UCONVERT_AUX(opcode,cc_dep1,3); \ break; \ case S390_BFP_ROUND_NEAREST_EVEN: \ cc = S390_CC_FOR_BFP128_UCONVERT_AUX(opcode,cc_dep1,cc_dep2,4); \