summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-17 18:15:43 -0800
committerTor Aamodt <[email protected]>2010-07-17 18:15:43 -0800
commit619c0c87fd18a9b34d2bbcf9eb2711bbe07b8d9a (patch)
treed8afea007fc43cee93f3abba96ada9b0f4e998f8 /src/gpgpu-sim/shader.h
parent9a6215627d9e103037632c91e6bfbd028fd82caa (diff)
getting rid of void pointers for ptx_thread_info
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6874]
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;