summaryrefslogtreecommitdiff
path: root/base/statistics.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2003-12-15 21:07:04 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2003-12-15 21:07:04 -0800
commitf47dcadfd8b50e97b51c05b72f19063b39686a7c (patch)
tree5b05ef12c1d674d841b45cfa65dae415b7e9449f /base/statistics.hh
parentce4aba3e54eb69b0902c75de2db1810ed7dcfe6b (diff)
parent2cd5e980d2e7b33d61b5a5639784b424fa74142a (diff)
downloadgem5-f47dcadfd8b50e97b51c05b72f19063b39686a7c.tar.xz
Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5
--HG-- extra : convert_revision : dd887635c7ce74324b3670744461ffdf92e1dedf
Diffstat (limited to 'base/statistics.hh')
-rw-r--r--base/statistics.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/statistics.hh b/base/statistics.hh
index 732d1766a..ed3278e4a 100644
--- a/base/statistics.hh
+++ b/base/statistics.hh
@@ -1138,6 +1138,8 @@ class Vector2dBase : public DataAccess
protected:
typedef Storage<T> storage_t;
typedef typename storage_t::Params params_t;
+
+ public:
typedef typename Bin::VectorBin<storage_t> bin_t;
protected:
@@ -1675,6 +1677,8 @@ class VectorDistBase : public DataAccess
protected:
typedef Storage<T> storage_t;
typedef typename storage_t::Params params_t;
+
+ public:
typedef typename Bin::VectorBin<storage_t> bin_t;
protected: