gdb/
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 2b23273fb5d1e9e20f7ca79f95d1d4d519bfabfb..7ac63224ea135ee1200cb6059e1076027a90d1a3 100644 (file)
@@ -430,10 +430,10 @@ m32r_open (char *args, int from_tty)
 /* Close out all files and local state before this target loses control.  */
 
 static void
-m32r_close (int quitting)
+m32r_close (void)
 {
   if (remote_debug)
-    fprintf_unfiltered (gdb_stdlog, "m32r_close(%d)\n", quitting);
+    fprintf_unfiltered (gdb_stdlog, "m32r_close()\n");
 
   if (sdi_desc)
     {
This page took 0.023855 seconds and 4 git commands to generate.