From: Nicholas Nethercote Date: Sun, 4 Dec 2005 19:33:03 +0000 (+0000) Subject: add comment from log message. X-Git-Tag: svn/VALGRIND_3_2_0~542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a17ca2276c353d6ecc0f8e322e4840e3f7abcb4;p=thirdparty%2Fvalgrind.git add comment from log message. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5281 --- diff --git a/coregrind/m_dispatch/dispatch-x86-linux.S b/coregrind/m_dispatch/dispatch-x86-linux.S index 63b5261687..b448ba4c9c 100644 --- a/coregrind/m_dispatch/dispatch-x86-linux.S +++ b/coregrind/m_dispatch/dispatch-x86-linux.S @@ -101,6 +101,7 @@ dispatch_boring: jnz fast_lookup_failed /* increment bb profile counter */ movl VG_(tt_fastN)(,%ebx,4), %edx + /* Use "addl $1", not "incl", to avoid partial-flags stall on P4 */ addl $1, (%edx) /* Found a match. Call tce[1], which is 8 bytes along, since