From: Kevin Lim Date: Mon, 13 Nov 2006 05:26:38 +0000 (-0500) Subject: Change warn to DPRINTF. X-Git-Tag: m5_2.0_beta2~49 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c21fab575b146c0e9d374c352124c4d626fec00;p=gem5.git Change warn to DPRINTF. --HG-- extra : convert_revision : 746bdf92334d220158eb0eb6bf113b4dcedbb354 --- diff --git a/src/cpu/o3/lsq_impl.hh b/src/cpu/o3/lsq_impl.hh index 317e23b14..5e7945c1c 100644 --- a/src/cpu/o3/lsq_impl.hh +++ b/src/cpu/o3/lsq_impl.hh @@ -46,7 +46,7 @@ template void LSQ::DcachePort::recvFunctional(PacketPtr pkt) { - warn("O3CPU doesn't update things on a recvFunctional."); + DPRINTF(LSQ, "LSQ doesn't update things on a recvFunctional."); } template