projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0db4e4
)
Change warn to DPRINTF.
author
Kevin Lim
<ktlim@umich.edu>
Mon, 13 Nov 2006 05:26:38 +0000
(
00:26
-0500)
committer
Kevin Lim
<ktlim@umich.edu>
Mon, 13 Nov 2006 05:26:38 +0000
(
00:26
-0500)
--HG--
extra : convert_revision :
746bdf92334d220158eb0eb6bf113b4dcedbb354
src/cpu/o3/lsq_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/lsq_impl.hh
b/src/cpu/o3/lsq_impl.hh
index 317e23b140d8610d59cacb44aac03c3cdc8bda00..5e7945c1ccbe6f31d3717c8e764d5618fadfb2e3 100644
(file)
--- a/
src/cpu/o3/lsq_impl.hh
+++ b/
src/cpu/o3/lsq_impl.hh
@@
-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>