]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.c
Use gdb::checked_static_cast for tracepoints
[thirdparty/binutils-gdb.git] / gdb / target.c
index 68d7fe2bb56aa28eb42d453887e54a239ec0af45..8cb4fa1736d70e370eb733b78c202df7b34b84ff 100644 (file)
@@ -667,7 +667,7 @@ target_get_trace_status (trace_status *ts)
 }
 
 void
-target_get_tracepoint_status (breakpoint *tp, uploaded_tp *utp)
+target_get_tracepoint_status (tracepoint *tp, uploaded_tp *utp)
 {
   return current_inferior ()->top_target ()->get_tracepoint_status (tp, utp);
 }