* target.h (struct section_table): Rename to ...
[deliverable/binutils-gdb.git] / gdb / vaxbsd-nat.c
index db9f5b55bbafb8f93716e9318591490b2305f1f7..9ce57e0e6ef267a8262aad78abd959f5d963b80d 100644 (file)
@@ -63,7 +63,8 @@ vaxbsd_collect_gregset (const struct regcache *regcache,
    for all registers.  */
 
 static void
-vaxbsd_fetch_inferior_registers (struct regcache *regcache, int regnum)
+vaxbsd_fetch_inferior_registers (struct target_ops *ops,
+                                struct regcache *regcache, int regnum)
 {
   struct reg regs;
 
@@ -78,7 +79,8 @@ vaxbsd_fetch_inferior_registers (struct regcache *regcache, int regnum)
    this for all registers.  */
 
 static void
-vaxbsd_store_inferior_registers (struct regcache *regcache, int regnum)
+vaxbsd_store_inferior_registers (struct target_ops *ops,
+                                struct regcache *regcache, int regnum)
 {
   struct reg regs;
 
This page took 0.025531 seconds and 4 git commands to generate.