From 619c0c87fd18a9b34d2bbcf9eb2711bbe07b8d9a Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sat, 17 Jul 2010 18:15:43 -0800 Subject: getting rid of void pointers for ptx_thread_info [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6874] --- src/gpgpu-sim/shader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/shader.h') 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; -- cgit v1.3