summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.cc
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2018-09-06 16:33:18 -0400
committerMengchi Zhang <[email protected]>2018-09-06 16:45:05 -0400
commit3082f63e86be2e115e4a071069dda8fe9452d366 (patch)
tree10508d940a3fd37061759befc785ecb42c8623b3 /src/cuda-sim/ptx_ir.cc
parent738f04e8c31843855881b2e24ba318dce04be1cd (diff)
Add .nc option
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
-rw-r--r--src/cuda-sim/ptx_ir.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc
index ee36957..ba6d7ed 100644
--- a/src/cuda-sim/ptx_ir.cc
+++ b/src/cuda-sim/ptx_ir.cc
@@ -1211,6 +1211,7 @@ ptx_instruction::ptx_instruction( int opcode,
case EXTP_OPTION:
break;
case NC_OPTION:
+ m_cache_option = last_ptx_inst_option;
break;
case UP_OPTION:
case DOWN_OPTION: