Fix odd line formatting

This commit is contained in:
Sanchayan Maity 2017-03-23 17:29:35 +05:30
parent 6f9826e621
commit 5af8a0c2af
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ LFU::findVictim(Addr addr)
if (blk && blk->isValid()) {
DPRINTF(CacheRepl,
"set %x: selecting blk %x for replacement\n",
set, regenerateBlkAddr(blk->tag, set));
"set %x: selecting blk %x for replacement\n",
set, regenerateBlkAddr(blk->tag, set));
}
return blk;