]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
add comment from log message.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 4 Dec 2005 19:33:03 +0000 (19:33 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 4 Dec 2005 19:33:03 +0000 (19:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5281

coregrind/m_dispatch/dispatch-x86-linux.S

index 63b5261687a095eba3fb693c73e43f0b78f75549..b448ba4c9c104b2c31d60282c1eb7fdece13f48c 100644 (file)
@@ -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