summaryrefslogtreecommitdiff
path: root/src/debug.cc
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.cc
parent3ed4c7d70a8ce94eb6b5bbccdac15b35c76f54e0 (diff)
parentc246c12dffa6683a1fe61ad3a311cce8b1c1cbbf (diff)
Merge pull request #66 from pigrew/cleanup-clang-warnings
Cleanup clang warnings
Diffstat (limited to 'src/debug.cc')
-rw-r--r--src/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cc b/src/debug.cc
index cfd7bb0..ae15760 100644
--- a/src/debug.cc
+++ b/src/debug.cc
@@ -222,7 +222,7 @@ void gpgpu_sim::gpgpu_debug()
}
}
-bool thread_at_brkpt( ptx_thread_info *thread, const struct brk_pt &b )
+bool thread_at_brkpt( ptx_thread_info *thread, const class brk_pt &b )
{
return b.is_equal(thread->get_location(),thread->get_uid());
}