Add target_ops argument to to_close
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 48c4b4bd27d9af3abca9d731f78a7451d40bf561..0bcfb1f69d601bf3542f252cae71aa914723829c 100644 (file)
@@ -429,7 +429,7 @@ m32r_open (char *args, int from_tty)
 /* Close out all files and local state before this target loses control.  */
 
 static void
-m32r_close (void)
+m32r_close (struct target_ops *self)
 {
   if (remote_debug)
     fprintf_unfiltered (gdb_stdlog, "m32r_close()\n");
This page took 0.024226 seconds and 4 git commands to generate.