summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_sim.h
diff options
context:
space:
mode:
authorarun <a@b>2011-07-28 02:19:39 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:22 -0700
commitd52a3292002fc0b6b37773ef03ca9b4ba5847c13 (patch)
treeb4209431fafb8c46f8d34630277297570d724858 /src/cuda-sim/ptx_sim.h
parent9ba14bafc4e02f6a125a1df96d80f508c306488c (diff)
Fixes for atomic callbacks
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9901]
Diffstat (limited to 'src/cuda-sim/ptx_sim.h')
-rw-r--r--src/cuda-sim/ptx_sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_sim.h b/src/cuda-sim/ptx_sim.h
index 8ce8abc..4d54245 100644
--- a/src/cuda-sim/ptx_sim.h
+++ b/src/cuda-sim/ptx_sim.h
@@ -373,7 +373,7 @@ public:
{
return m_callstack.back().m_PC;
}
- void update_pc( unsigned nbytes )
+ void update_pc( )
{
m_PC = m_NPC;
}