diff options
Diffstat (limited to 'gdb/tic6x-tdep.c')
-rw-r--r-- | gdb/tic6x-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tic6x-tdep.c b/gdb/tic6x-tdep.c index 2dce8da..ca95947 100644 --- a/gdb/tic6x-tdep.c +++ b/gdb/tic6x-tdep.c @@ -821,7 +821,7 @@ tic6x_store_return_value (struct type *valtype, struct regcache *regcache, /* This is the implementation of gdbarch method return_value. */ static enum return_value_convention -tic6x_return_value (struct gdbarch *gdbarch, struct type *func_type, +tic6x_return_value (struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) { |