aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/amd64-nat.h')
-rw-r--r--gdb/amd64-nat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h
index 4968b8f..2466f98 100644
--- a/gdb/amd64-nat.h
+++ b/gdb/amd64-nat.h
@@ -33,7 +33,8 @@ extern int amd64_native_gregset64_num_regs;
/* Return whether the native general-purpose register set supplies
register REGNUM. */
-extern int amd64_native_gregset_supplies_p (int regnum);
+extern int amd64_native_gregset_supplies_p (struct gdbarch *gdbarch,
+ int regnum);
/* Supply register REGNUM, whose contents are store in BUF, to
REGCACHE. If REGNUM is -1, supply all appropriate registers. */