summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-08-10 18:04:54 -0800
committerTor Aamodt <[email protected]>2010-08-10 18:04:54 -0800
commitb621489268b00e816eb18e72be53f9a049787ffb (patch)
tree7acb45634570179f27caaed9ae8243868c72c549 /src/debug.h
parent6eb2c84753d4538ef6ee6ee27802bff9adbbefab (diff)
refactor: mostly finished getting rid of extern decl
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7183]
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 463780a..a6f2b10 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -56,6 +56,8 @@ private:
unsigned m_value;
};
+extern int gpgpu_ptx_instruction_classification ;
+
class ptx_thread_info;
class ptx_instruction;
bool thread_at_brkpt( void *ptx_thd_info, const struct brk_pt &b );