summaryrefslogtreecommitdiff
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 1567d6a..3b99ad3 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -121,7 +121,7 @@ typedef struct {
address_type pc;
op_type op;
- int space;
+ memory_space_t space;
unsigned long long int memreqaddr;
//Each instruction keeps track of which hardware thread it came from