From 36397be09f07bf5cdb47913a7e5e1790d32c00ed Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 2 Jan 2011 12:23:52 -0800 Subject: integrate bug fix (passes fast regression) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8310] --- src/gpgpu-sim/l2cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgpu-sim/l2cache.h') diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h index 761a220..fb0c6e2 100644 --- a/src/gpgpu-sim/l2cache.h +++ b/src/gpgpu-sim/l2cache.h @@ -105,6 +105,7 @@ public: void push( class mem_fetch* mf, unsigned long long clock_cycle ); class mem_fetch* pop(); class mem_fetch* top(); + void set_done( mem_fetch *mf ); unsigned flushL2(); -- cgit v1.3