Change warn to DPRINTF.

--HG--
extra : convert_revision : 746bdf92334d220158eb0eb6bf113b4dcedbb354
This commit is contained in:
Kevin Lim 2006-11-13 00:26:38 -05:00
parent b0db4e4dcf
commit 4c21fab575

View file

@ -46,7 +46,7 @@ template <class Impl>
void
LSQ<Impl>::DcachePort::recvFunctional(PacketPtr pkt)
{
warn("O3CPU doesn't update things on a recvFunctional.");
DPRINTF(LSQ, "LSQ doesn't update things on a recvFunctional.");
}
template <class Impl>