diff options
| author | arun <a@b> | 2011-07-28 02:19:39 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | d52a3292002fc0b6b37773ef03ca9b4ba5847c13 (patch) | |
| tree | b4209431fafb8c46f8d34630277297570d724858 /src/cuda-sim/cuda-sim.cc | |
| parent | 9ba14bafc4e02f6a125a1df96d80f508c306488c (diff) | |
Fixes for atomic callbacks
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9901]
Diffstat (limited to 'src/cuda-sim/cuda-sim.cc')
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index ec5fb64..779d138 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -954,7 +954,7 @@ void ptx_thread_info::ptx_exec_inst( warp_inst_t &inst, unsigned lane_id ) if ( ptx_debug_exec_dump_cond<10>(get_uid(), pc) ) dump_regs(stdout); } - update_pc( pI->inst_size() ); + update_pc(); g_ptx_sim_num_insn++; ptx_file_line_stats_add_exec_count(pI); if ( gpgpu_ptx_instruction_classification ) { |
