* fork-child.c (fork_inferior): Only reset the thread list if this
[deliverable/binutils-gdb.git] / gdb / sparc-nat.c
index f9f7ad9db2cca7e331ef5d90a5509895d0464be8..9136c28b258706a30a115fdbae6ae10f3e75f486 100644 (file)
@@ -134,7 +134,8 @@ sparc32_fpregset_supplies_p (int regnum)
    for all registers (including the floating-point registers).  */
 
 void
-sparc_fetch_inferior_registers (struct regcache *regcache, int regnum)
+sparc_fetch_inferior_registers (struct target_ops *ops,
+                               struct regcache *regcache, int regnum)
 {
   int pid;
 
@@ -185,7 +186,8 @@ sparc_fetch_inferior_registers (struct regcache *regcache, int regnum)
 }
 
 void
-sparc_store_inferior_registers (struct regcache *regcache, int regnum)
+sparc_store_inferior_registers (struct target_ops *ops,
+                               struct regcache *regcache, int regnum)
 {
   int pid;
 
This page took 0.023362 seconds and 4 git commands to generate.