summaryrefslogtreecommitdiff
path: root/src/gpu-compute/lds_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/lds_state.cc')
-rw-r--r--src/gpu-compute/lds_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/lds_state.cc b/src/gpu-compute/lds_state.cc
index 48827c514..459a7a4cc 100644
--- a/src/gpu-compute/lds_state.cc
+++ b/src/gpu-compute/lds_state.cc
@@ -48,7 +48,7 @@
* the default constructor that works with SWIG
*/
LdsState::LdsState(const Params *params) :
- MemObject(params),
+ ClockedObject(params),
tickEvent(this),
cuPort(name() + ".port", this),
maximumSize(params->size),