diff options
| author | Tim Rogers <[email protected]> | 2012-07-30 20:49:25 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:53 -0700 |
| commit | fd71a7bde3969a2de90b036511749bb7ffda0d49 (patch) | |
| tree | ed9460f636193dd4ae425570a27d0a9119bddd2a | |
| parent | 327cba9c1b085f91401fd8efbc409b7875b85a9a (diff) | |
Some Errors reported by valgrind
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13595]
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-cache.cc b/src/gpgpu-sim/gpu-cache.cc index 2692690..043c583 100644 --- a/src/gpgpu-sim/gpu-cache.cc +++ b/src/gpgpu-sim/gpu-cache.cc @@ -35,7 +35,7 @@ tag_array::~tag_array() } tag_array::tag_array( const cache_config &config, int core_id, int type_id ) -: m_config(config) +: m_config(config), m_access(0), m_miss(0), m_pending_hit(0) { assert( m_config.m_write_policy == READ_ONLY ); m_lines = new cache_block_t[ config.get_num_lines()]; |
