doc/ChangeLog:
[deliverable/binutils-gdb.git] / gdb / mn10300-tdep.c
index f043604bafa2449c7a7ada3bfa48c5d8f5a40a0a..db35b5c5545c8b6fb7107f8c39bd0f2beb18ce88 100644 (file)
@@ -196,9 +196,9 @@ mn10300_extract_return_value (struct gdbarch *gdbarch, struct type *type,
    from WRITEBUF into REGCACHE.  */
 
 static enum return_value_convention
-mn10300_return_value (struct gdbarch *gdbarch, struct type *type,
-                     struct regcache *regcache, gdb_byte *readbuf,
-                     const gdb_byte *writebuf)
+mn10300_return_value (struct gdbarch *gdbarch, struct type *func_type,
+                     struct type *type, struct regcache *regcache,
+                     gdb_byte *readbuf, const gdb_byte *writebuf)
 {
   if (mn10300_use_struct_convention (type))
     return RETURN_VALUE_STRUCT_CONVENTION;
This page took 0.026512 seconds and 4 git commands to generate.