]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added a comment.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 3 Feb 2003 11:25:34 +0000 (11:25 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 3 Feb 2003 11:25:34 +0000 (11:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1411

coregrind/vg_to_ucode.c

index 930156db6e8f1b46de71cc6d97ca792f2cefdfae..60a1ec885dc7a45af4eee6b7b4534e372de2c236 100644 (file)
@@ -3351,6 +3351,8 @@ static Addr disInstr ( UCodeBlock* cb, Addr eip, Bool* isEnd )
       uInstr2(cb, PUT,  4, TempReg, t2, ArchReg, R_EBP);
       uInstr2(cb, ADD,  4, Literal, 0, TempReg, t1);
       uLiteral(cb, 4);
+      /* This 2nd PUT looks redundant, but Julian thinks it's not.
+       * --njn 03-feb-2003 */
       uInstr2(cb, PUT,  4, TempReg, t1, ArchReg, R_ESP);
       if (dis) VG_(printf)("leave");
       break;