2003-11-10 Andrew Cagney <cagney@redhat.com>
[external/binutils.git] / gdb / d10v-tdep.c
index d3c61f9..6ad5ed5 100644 (file)
@@ -378,8 +378,8 @@ d10v_integer_to_address (struct type *type, void *buf)
 
 static enum return_value_convention
 d10v_return_value (struct gdbarch *gdbarch, struct type *valtype,
-                  struct regcache *regcache, const void *writebuf,
-                  void *readbuf)
+                  struct regcache *regcache, void *readbuf,
+                  const void *writebuf)
 {
   if (TYPE_LENGTH (valtype) > 8)
     /* Anything larger than 8 bytes (4 registers) goes on the stack.  */