mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 03:07:56 +00:00
Remove comment line referring to old LRU stuff.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1373
This commit is contained in:
parent
7c457ab003
commit
8f0c7d1477
@ -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)++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user