]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove comment line referring to old LRU stuff.
authorJulian Seward <jseward@acm.org>
Sun, 15 Dec 2002 01:47:05 +0000 (01:47 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 15 Dec 2002 01:47:05 +0000 (01:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1373

coregrind/vg_transtab.c

index c8f38d72b66f8f861b27f7c04d4e3cd297cb7d38..ff264faa99e79b50c9c6a8b321295ccaeb3e7f9c 100644 (file)
@@ -551,8 +551,7 @@ Addr VG_(search_transtab) ( Addr original_addr )
       VGP_POPCC(VgpSlowFindT);
       return (Addr)0;
    } else {
-      /* Found it.  Put the search result into the fast cache now.
-         Also set the mru_epoch to mark this translation as used. */
+      /* Found it.  Put the search result into the fast cache now. */
       UInt cno = (UInt)original_addr & VG_TT_FAST_MASK;
       VG_(tt_fast)[cno] = (Addr)(tte->tcentry);
       VG_(tt_fast_misses)++;