]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.c
Add target_ops argument to to_download_tracepoint
[thirdparty/binutils-gdb.git] / gdb / target.c
index b34ef9c40727b826181bc64470a1cef216a95ba2..2c7a9462e8ab27c9c7e1a7231e093d7fc57c7985 100644 (file)
@@ -852,7 +852,7 @@ update_current_target (void)
            (void (*) (struct target_ops *))
            tcomplain);
   de_fault (to_download_tracepoint,
-           (void (*) (struct bp_location *))
+           (void (*) (struct target_ops *, struct bp_location *))
            tcomplain);
   de_fault (to_can_download_tracepoint,
            (int (*) (void))