diff options
| author | tgrogers <[email protected]> | 2018-09-11 21:46:34 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-09-11 21:46:34 -0400 |
| commit | 879023148950e7322b5aa85dd98a60b3a069cd44 (patch) | |
| tree | 1523d02ee947078f89506e44516ebc7fc94c9bb9 /src/cuda-sim/ptx_ir.cc | |
| parent | 46817ba62f475ba1202c31a8939ea1a1de81a410 (diff) | |
| parent | f4116831d7354c80dcd3cf857fcb5be7b001d70f (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 1 |
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: |
