* corelow.c (get_core_registers): Adjust.
[deliverable/binutils-gdb.git] / gdb / alphabsd-nat.c
index f5952c57318002a14ca8c69cecb472d6f8430ed0..fe06c7ee1e640392529af9819d796e939b60e1b4 100644 (file)
@@ -84,7 +84,8 @@ getregs_supplies (int regno)
    for all registers (including the floating point registers).  */
 
 static void
-alphabsd_fetch_inferior_registers (struct regcache *regcache, int regno)
+alphabsd_fetch_inferior_registers (struct target_ops *ops,
+                                  struct regcache *regcache, int regno)
 {
   if (regno == -1 || getregs_supplies (regno))
     {
@@ -115,7 +116,8 @@ alphabsd_fetch_inferior_registers (struct regcache *regcache, int regno)
    this for all registers (including the floating point registers).  */
 
 static void
-alphabsd_store_inferior_registers (struct regcache *regcache, int regno)
+alphabsd_store_inferior_registers (struct target_ops *ops,
+                                  struct regcache *regcache, int regno)
 {
   if (regno == -1 || getregs_supplies (regno))
     {
This page took 0.024026 seconds and 4 git commands to generate.