summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq_impl.hh
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2006-10-19 20:18:17 -0400
committerRon Dreslinski <rdreslin@umich.edu>2006-10-19 20:18:17 -0400
commit210e73f2a298d494e4b15a3bf0523e58369c00d2 (patch)
tree90c5e6e4b2131d5f7d5b62012250201f1163b6d6 /src/cpu/o3/lsq_impl.hh
parente34e564f79a9c471a3ff911b8faf7a761a59d8de (diff)
downloadgem5-210e73f2a298d494e4b15a3bf0523e58369c00d2.tar.xz
Small changes:
?? doesn't compile in warn statements Should have been false, where I had a true. src/cpu/o3/lsq_impl.hh: Apparently you can't have ?? in a warn statement (Something about trigraphs) src/mem/cache/cache_impl.hh: Forgot to signal atomic mode in snoopProbe --HG-- extra : convert_revision : c75cb76e193e852284564993440c8ea39e6de426
Diffstat (limited to 'src/cpu/o3/lsq_impl.hh')
-rw-r--r--src/cpu/o3/lsq_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/lsq_impl.hh b/src/cpu/o3/lsq_impl.hh
index 337ee0372..317e23b14 100644
--- a/src/cpu/o3/lsq_impl.hh
+++ b/src/cpu/o3/lsq_impl.hh
@@ -68,7 +68,7 @@ LSQ<Impl>::DcachePort::recvTiming(PacketPtr pkt)
}
else {
//else it is a coherence request, maybe you need to do something
- warn("Recieved a coherence request (Invalidate??), 03CPU doesn't"
+ warn("Recieved a coherence request (Invalidate?), 03CPU doesn't"
"update LSQ for these\n");
}
return true;