Change warn to DPRINTF.
--HG-- extra : convert_revision : 746bdf92334d220158eb0eb6bf113b4dcedbb354
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user