From ce59b2c4ed93e27cb7cc226e6c749769f37e30ce Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Fri, 13 Apr 2012 15:16:51 -0800 Subject: Merging //depot/gpgpu_sim_research/fermi-test/distribution/src/intersim/... to //depot/gpgpu_sim_research/fermi/distribution/src/intersim/... Fixes a segmentation fault that happens with newer gcc. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11939] --- src/intersim/allocator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/intersim/allocator.hpp') diff --git a/src/intersim/allocator.hpp b/src/intersim/allocator.hpp index ac77a3a..8d92933 100644 --- a/src/intersim/allocator.hpp +++ b/src/intersim/allocator.hpp @@ -93,8 +93,8 @@ public: class SparseAllocator : public Allocator { protected: - list _in_occ; - list _out_occ; + list *_in_occ; + list *_out_occ; list *_in_req; list *_out_req; -- cgit v1.3