From c68fefa11e3b97e649bd2035a67f670b51bad440 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 12 Oct 2015 22:20:50 +0200 Subject: [PATCH] Fix parentheses in valgrind-3.11.0-rexw-cvtps2pd.patch. --- valgrind-3.11.0-rexw-cvtps2pd.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valgrind-3.11.0-rexw-cvtps2pd.patch b/valgrind-3.11.0-rexw-cvtps2pd.patch index f7c0d26..12cef42 100644 --- a/valgrind-3.11.0-rexw-cvtps2pd.patch +++ b/valgrind-3.11.0-rexw-cvtps2pd.patch @@ -8,7 +8,7 @@ index 98596d2..06552e8 100644 F64 in xmm(G). */ - if (haveNo66noF2noF3(pfx) && sz == 4) { + if (haveNo66noF2noF3(pfx) -+ && sz == 4 || /* ignore redundant REX.W */ sz == 8) { ++ && (sz == 4 || /* ignore redundant REX.W */ sz == 8)) { delta = dis_CVTPS2PD_128( vbi, pfx, delta, False/*!isAvx*/ ); goto decode_success; }