summaryrefslogtreecommitdiff
path: root/src/intersim/allocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intersim/allocator.hpp')
-rw-r--r--src/intersim/allocator.hpp4
1 files changed, 2 insertions, 2 deletions
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<int> _in_occ;
- list<int> _out_occ;
+ list<int> *_in_occ;
+ list<int> *_out_occ;
list<sRequest> *_in_req;
list<sRequest> *_out_req;