Add target_ops argument to to_supports_non_stop
[deliverable/binutils-gdb.git] / gdb / remote.c
index 0a80502aa47b8b5edfc22d5c2dced31c4b44905c..d2a4d52aa8a61206469c26966971c4245bb95cd8 100644 (file)
@@ -10225,7 +10225,7 @@ remote_can_execute_reverse (void)
 }
 
 static int
-remote_supports_non_stop (void)
+remote_supports_non_stop (struct target_ops *self)
 {
   return 1;
 }
This page took 0.027459 seconds and 4 git commands to generate.