From dbe8892b761067c5c1e828f889a513ea085b044f Mon Sep 17 00:00:00 2001 From: Tushar Krishna Date: Thu, 6 Oct 2016 14:35:22 -0400 Subject: ruby: garnet2.0 Revamped version of garnet with more optimized single-cycle routers, more configurability, and cleaner code. --- src/base/statistics.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/statistics.cc') 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); } -- cgit v1.2.3