summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2018-10-16 17:21:13 -0400
committerMahmoud <[email protected]>2018-10-16 17:21:13 -0400
commitb8db00c3d8cfddb37a96b9cf2f308a67db4d319d (patch)
tree4abf17acab64630f3a099d82e0cd8250c54d7b5f /src/debug.h
parent0ef9dd933747c118b023ff7a3ee6b054a19eaacf (diff)
parent74c939d205c0eff341f80f5867183dfa3e70c114 (diff)
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index 7c79f1e..1277494 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -87,7 +87,7 @@ extern int gpgpu_ptx_instruction_classification ;
class ptx_thread_info;
class ptx_instruction;
-bool thread_at_brkpt( ptx_thread_info *thd_info, const struct brk_pt &b );
+bool thread_at_brkpt( ptx_thread_info *thd_info, const class brk_pt &b );
void hit_watchpoint( unsigned watchpoint_num, ptx_thread_info *thd, const ptx_instruction *pI );
#endif