Fix odd line formatting

This commit is contained in:
Sanchayan Maity 2017-03-23 17:29:35 +05:30
parent 6f9826e621
commit 5af8a0c2af

View file

@ -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;