]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing \n in debug printing. No end-user functional change.
authorJulian Seward <jseward@acm.org>
Thu, 10 Feb 2022 04:33:38 +0000 (05:33 +0100)
committerJulian Seward <jseward@acm.org>
Thu, 10 Feb 2022 04:33:38 +0000 (05:33 +0100)
VEX/priv/guest_amd64_toIR.c

index 536577b60c78bdfd30df8c9b664fcc20e63f4f45..f7c3d34ce791d6563e45efede55ac97189e863cd 100644 (file)
@@ -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) {