changeset acf4b902c02e in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=acf4b902c02e
description:
stats: one more name violation
diffstat:
src/cpu/o3/lsq_unit_impl.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 914389024c33 -r acf4b902c02e src/cpu/o3/lsq_unit_impl.hh
--- a/src/cpu/o3/lsq_unit_impl.hh Wed Apr 20 19:07:44 2011 -0700
+++ b/src/cpu/o3/lsq_unit_impl.hh Wed Apr 20 19:07:45 2011 -0700
@@ -188,7 +188,7 @@
if (Impl::MaxThreads == 1) {
return iewStage->name() + ".lsq";
} else {
- return iewStage->name() + ".lsq.thread." + to_string(lsqID);
+ return iewStage->name() + ".lsq.thread" + to_string(lsqID);
}
}
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev