summaryrefslogtreecommitdiff
path: root/src/gpu-compute/shader.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/shader.hh')
-rw-r--r--src/gpu-compute/shader.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/shader.hh b/src/gpu-compute/shader.hh
index 13afab977..55c3feef9 100644
--- a/src/gpu-compute/shader.hh
+++ b/src/gpu-compute/shader.hh
@@ -73,7 +73,7 @@ static const int LDS_SIZE = 65536;
// Class Shader: This describes a single shader instance. Most
// configurations will only have a single shader.
-class Shader : public SimObject
+class Shader : public ClockedObject
{
protected:
// Shader's clock period in terms of number of ticks of curTime,