From 8a17ca2276c353d6ecc0f8e322e4840e3f7abcb4 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sun, 4 Dec 2005 19:33:03 +0000 Subject: [PATCH] add comment from log message. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5281 --- coregrind/m_dispatch/dispatch-x86-linux.S | 1 + 1 file changed, 1 insertion(+) diff --git a/coregrind/m_dispatch/dispatch-x86-linux.S b/coregrind/m_dispatch/dispatch-x86-linux.S index 63b526168..b448ba4c9 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