summaryrefslogtreecommitdiff
path: root/gdb/hppanbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/hppanbsd-nat.c')
-rw-r--r--gdb/hppanbsd-nat.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/hppanbsd-nat.c b/gdb/hppanbsd-nat.c
index 2bc8b2d93e6..631c2bec851 100644
--- a/gdb/hppanbsd-nat.c
+++ b/gdb/hppanbsd-nat.c
@@ -161,7 +161,8 @@ hppanbsd_collect_fpregset (struct regcache *regcache,
for all registers (including the floating-point registers). */
static void
-hppanbsd_fetch_registers (struct regcache *regcache, int regnum)
+hppanbsd_fetch_registers (struct target_ops *ops,
+ struct regcache *regcache, int regnum)
{
if (regnum == -1 || hppanbsd_gregset_supplies_p (regnum))
@@ -191,7 +192,8 @@ hppanbsd_fetch_registers (struct regcache *regcache, int regnum)
this for all registers (including the floating-point registers). */
static void
-hppanbsd_store_registers (struct regcache *regcache, int regnum)
+hppanbsd_store_registers (struct target_ops *ops,
+ struct regcache *regcache, int regnum)
{
if (regnum == -1 || hppanbsd_gregset_supplies_p (regnum))
{