Fix my last change to actually compile.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index ff56ffc8311aa9e6bb3002b507cd0e9fb25b69a0..6ab6abce71d2fdfe0737a49bc916d6156f26c9c9 100644 (file)
@@ -2442,14 +2442,11 @@ out:
 }
 
 \f
-/* Return 0 on failure, number of bytes handled otherwise.  */
+/* Return 0 on failure, number of bytes handled otherwise.  TARGET
+   is ignored. */
 static int
-gnu_xfer_memory (memaddr, myaddr, len, write, target)
-     CORE_ADDR memaddr;
-     char *myaddr;
-     int len;
-     int write;
-     struct target_ops *target;        /* IGNORED */
+gnu_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+                struct target_ops *target)
 {
   task_t task = (current_inferior
                 ? (current_inferior->task
This page took 0.023076 seconds and 4 git commands to generate.