* target.h (struct target): <to_download_tracepoint> Change type
[deliverable/binutils-gdb.git] / gdb / target.c
index 7e0c6ed044cd24145d2e46de27a3d77b5ad86aa9..fc7b7c63f316c2eb4d1ec1cbeb54a2d580851e6e 100644 (file)
@@ -848,7 +848,7 @@ update_current_target (void)
            (void (*) (void))
            tcomplain);
   de_fault (to_download_tracepoint,
-           (void (*) (struct breakpoint *))
+           (void (*) (struct bp_location *))
            tcomplain);
   de_fault (to_download_trace_state_variable,
            (void (*) (struct trace_state_variable *))
This page took 0.023453 seconds and 4 git commands to generate.