Add target_ops argument to to_teardown_btrace
[deliverable/binutils-gdb.git] / gdb / remote.c
index 939d2667f10d9d10b5f796de2aac243b4ba58594..b77ea81549b136a780fe0018905da138690de58f 100644 (file)
@@ -11312,7 +11312,8 @@ remote_disable_btrace (struct target_ops *self,
 /* Teardown branch tracing.  */
 
 static void
-remote_teardown_btrace (struct btrace_target_info *tinfo)
+remote_teardown_btrace (struct target_ops *self,
+                       struct btrace_target_info *tinfo)
 {
   /* We must not talk to the target during teardown.  */
   xfree (tinfo);
This page took 0.024721 seconds and 4 git commands to generate.