aboutsummaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 3b99ad3..1394481 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -158,7 +158,7 @@ typedef struct {
typedef struct {
- void *ptx_thd_info; // pointer to the functional state of the thread in cuda-sim
+ class ptx_thread_info *ptx_thd_info; // pointer to the functional state of the thread in cuda-sim
int avail4fetch; // 1 if its instrucion can be fetch into the pipeline, 0 otherwise
int warp_priority;