summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_sim.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-29 21:54:23 -0800
committerTor Aamodt <[email protected]>2010-07-29 21:54:23 -0800
commit503cda930217158d43d136aea1893f0d30df32a6 (patch)
tree8197fc8c5051f853fc05c63ae26a7062baf65e1e /src/cuda-sim/ptx_sim.h
parent01c9871c9dc18825aa6d582bfae5353c0d3923b3 (diff)
integrate operand collector (not compiling yet)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7105]
Diffstat (limited to 'src/cuda-sim/ptx_sim.h')
-rw-r--r--src/cuda-sim/ptx_sim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuda-sim/ptx_sim.h b/src/cuda-sim/ptx_sim.h
index 7851dc6..8de4127 100644
--- a/src/cuda-sim/ptx_sim.h
+++ b/src/cuda-sim/ptx_sim.h
@@ -488,6 +488,4 @@ memory_space_t whichspace( addr_t addr );
#endif
-#define MAX_REG_OPERANDS 8
-
#endif