From: Julian Seward Date: Thu, 10 Feb 2022 04:33:38 +0000 (+0100) Subject: Add missing \n in debug printing. No end-user functional change. X-Git-Tag: VALGRIND_3_19_0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4908f9723100cf241f72be6ad24cdf5781041ca7;p=thirdparty%2Fvalgrind.git Add missing \n in debug printing. No end-user functional change. --- diff --git a/VEX/priv/guest_amd64_toIR.c b/VEX/priv/guest_amd64_toIR.c index 536577b60c..f7c3d34ce7 100644 --- a/VEX/priv/guest_amd64_toIR.c +++ b/VEX/priv/guest_amd64_toIR.c @@ -20580,7 +20580,7 @@ Long dis_ESC_NONE ( if (haveF2orF3(pfx)) goto decode_failure; if (sz == 8) { putIRegRAX( 8, unop(Iop_32Sto64, getIRegRAX(4)) ); - DIP(/*"cdqe\n"*/"cltq"); + DIP(/*"cdqe\n"*/"cltq\n"); return delta; } if (sz == 4) {