summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2018-10-05 12:18:05 -0400
committerGitHub <[email protected]>2018-10-05 12:18:05 -0400
commit2f2345eef7e40e2fcd0cf5558adfa0fd4ff728d1 (patch)
treeb4f1f1e3f110e58197c435228ad7d4f011cda0cd /src/debug.h
parent3ed4c7d70a8ce94eb6b5bbccdac15b35c76f54e0 (diff)
parentc246c12dffa6683a1fe61ad3a311cce8b1c1cbbf (diff)
Merge pull request #66 from pigrew/cleanup-clang-warnings
Cleanup clang warnings
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