diff options
Diffstat (limited to 'gdb/m32r-tdep.c')
-rw-r--r-- | gdb/m32r-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m32r-tdep.c b/gdb/m32r-tdep.c index d504eb3..720e8b6 100644 --- a/gdb/m32r-tdep.c +++ b/gdb/m32r-tdep.c @@ -809,7 +809,7 @@ m32r_extract_return_value (struct type *type, struct regcache *regcache, } static enum return_value_convention -m32r_return_value (struct gdbarch *gdbarch, struct type *func_type, +m32r_return_value (struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) { |