Fix odd line formatting
This commit is contained in:
parent
6f9826e621
commit
5af8a0c2af
1 changed files with 2 additions and 2 deletions
4
src/mem/cache/tags/lfu.cc
vendored
4
src/mem/cache/tags/lfu.cc
vendored
|
@ -48,8 +48,8 @@ LFU::findVictim(Addr addr)
|
||||||
|
|
||||||
if (blk && blk->isValid()) {
|
if (blk && blk->isValid()) {
|
||||||
DPRINTF(CacheRepl,
|
DPRINTF(CacheRepl,
|
||||||
"set %x: selecting blk %x for replacement\n",
|
"set %x: selecting blk %x for replacement\n",
|
||||||
set, regenerateBlkAddr(blk->tag, set));
|
set, regenerateBlkAddr(blk->tag, set));
|
||||||
}
|
}
|
||||||
|
|
||||||
return blk;
|
return blk;
|
||||||
|
|
Loading…
Reference in a new issue