From 4c21fab575b146c0e9d374c352124c4d626fec00 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Mon, 13 Nov 2006 00:26:38 -0500 Subject: [PATCH] Change warn to DPRINTF. --HG-- extra : convert_revision : 746bdf92334d220158eb0eb6bf113b4dcedbb354 --- src/cpu/o3/lsq_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2