* record.c (record_open, record_store_registers, record_xfer_partial):
[deliverable/binutils-gdb.git] / gdb / m68kbsd-nat.c
index a5f850eb270a92d1ff7aeffb59e5a426a0079ee8..81c5e77a3eb45fc8cff8e033a354bf1f20ef54f6 100644 (file)
@@ -109,7 +109,8 @@ m68kbsd_collect_fpregset (struct regcache *regcache,
    for all registers (including the floating-point registers).  */
 
 static void
-m68kbsd_fetch_inferior_registers (struct regcache *regcache, int regnum)
+m68kbsd_fetch_inferior_registers (struct target_ops *ops,
+                                 struct regcache *regcache, int regnum)
 {
   if (regnum == -1 || m68kbsd_gregset_supplies_p (regnum))
     {
@@ -138,7 +139,8 @@ m68kbsd_fetch_inferior_registers (struct regcache *regcache, int regnum)
    this for all registers (including the floating-point registers).  */
 
 static void
-m68kbsd_store_inferior_registers (struct regcache *regcache, int regnum)
+m68kbsd_store_inferior_registers (struct target_ops *ops,
+                                 struct regcache *regcache, int regnum)
 {
   if (regnum == -1 || m68kbsd_gregset_supplies_p (regnum))
     {
This page took 0.026256 seconds and 4 git commands to generate.