From 847a2dcc6c789f0b13dfdcd109f26302691848ad Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Sun, 16 Jun 2013 15:14:47 -0800 Subject: Fixing compilation bug in CL16452. Tested with gcc version 4.2.1 and 4.3.4. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16453] --- src/gpgpu-sim/gpu-cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/gpu-cache.h') diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h index 90805be..27b4208 100644 --- a/src/gpgpu-sim/gpu-cache.h +++ b/src/gpgpu-sim/gpu-cache.h @@ -472,7 +472,7 @@ public: private: bool check_valid(int type, int status) const; - std::vector> m_stats; + std::vector< std::vector > m_stats; }; class cache_t { -- cgit v1.3