diff options
Diffstat (limited to 'gdb/amd64-windows-tdep.c')
-rw-r--r-- | gdb/amd64-windows-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-windows-tdep.c b/gdb/amd64-windows-tdep.c index 2b94eca..4a40f47 100644 --- a/gdb/amd64-windows-tdep.c +++ b/gdb/amd64-windows-tdep.c @@ -73,7 +73,7 @@ amd64_windows_classify (struct type *type, enum amd64_reg_class class[2]) /* Implement the "return_value" gdbarch method for amd64-windows. */ static enum return_value_convention -amd64_windows_return_value (struct gdbarch *gdbarch, struct type *func_type, +amd64_windows_return_value (struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) { |