summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/l2cache.h
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-08-07 22:48:59 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:53 -0700
commit2c6901bdfb99d6b7e57e0365d64442c1e148d13f (patch)
tree13907ff80ad28e79146ed0baba5ace6a3cfb102e /src/gpgpu-sim/l2cache.h
parentfd71a7bde3969a2de90b036511749bb7ffda0d49 (diff)
Removing compiler warnings
Fixing failed compilation due to double definition of parsing functions [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13683]
Diffstat (limited to 'src/gpgpu-sim/l2cache.h')
-rw-r--r--src/gpgpu-sim/l2cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h
index 22640b8..15c3806 100644
--- a/src/gpgpu-sim/l2cache.h
+++ b/src/gpgpu-sim/l2cache.h
@@ -121,6 +121,7 @@ private:
class L2interface : public mem_fetch_interface {
public:
L2interface( memory_partition_unit *unit ) { m_unit=unit; }
+ virtual ~L2interface(){}
virtual bool full( unsigned size, bool write) const
{
// assume read and write packets all same size