diff options
author | Tushar Krishna <tushar@ece.gatech.edu> | 2016-10-06 14:35:22 -0400 |
---|---|---|
committer | Tushar Krishna <tushar@ece.gatech.edu> | 2016-10-06 14:35:22 -0400 |
commit | dbe8892b761067c5c1e828f889a513ea085b044f (patch) | |
tree | d3101cc8dbf74f1d3bc2f3f9ead1b948fd4ac33e /src/base | |
parent | b512f4bf71fac79fb6e17bb2a9e05c1f494f69f4 (diff) | |
download | gem5-dbe8892b761067c5c1e828f889a513ea085b044f.tar.xz |
ruby: garnet2.0
Revamped version of garnet with more optimized single-cycle routers,
more configurability, and cleaner code.
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/statistics.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/statistics.cc b/src/base/statistics.cc index b32dafb8c..4c14bc522 100644 --- a/src/base/statistics.cc +++ b/src/base/statistics.cc @@ -180,8 +180,8 @@ Info::setName(const string &name) bool result = p.second; if (!result) { - // using other->name instead of just name to avoid a compiler - // warning. They should be the same. + // using other->name instead of just name to avoid a compiler + // warning. They should be the same. panic("same statistic name used twice! name=%s\n", other->name); } |