From: Nicholas Nethercote Date: Mon, 3 Feb 2003 11:25:34 +0000 (+0000) Subject: Added a comment. X-Git-Tag: svn/VALGRIND_1_9_4~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fd134d2601c1b4eb1fa60eef9b973d71223fead;p=thirdparty%2Fvalgrind.git Added a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1411 --- diff --git a/coregrind/vg_to_ucode.c b/coregrind/vg_to_ucode.c index 930156db6e..60a1ec885d 100644 --- a/coregrind/vg_to_ucode.c +++ b/coregrind/vg_to_ucode.c @@ -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;