X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fremote.c;h=d2a4d52aa8a61206469c26966971c4245bb95cd8;hb=2a9a2795ff9602bd1f03b9e55b4c15de3241d384;hp=0a80502aa47b8b5edfc22d5c2dced31c4b44905c;hpb=4ab76ea3fb057381852a9d3b7ac9270fec8e7a7c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote.c b/gdb/remote.c index 0a80502aa4..d2a4d52aa8 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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; }