]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/sparc-nat.h
* corelow.c (get_core_registers): Adjust.
[thirdparty/binutils-gdb.git] / gdb / sparc-nat.h
index a55aa845313d158dc4bc98e79251c72215f17ec0..ab07a0467f528a21535239fa57b06d203719c4bc 100644 (file)
@@ -40,7 +40,9 @@ extern int sparc32_fpregset_supplies_p (int regnum);
 
 extern struct target_ops *sparc_target (void);
 
-extern void sparc_fetch_inferior_registers (struct regcache *, int);
-extern void sparc_store_inferior_registers (struct regcache *, int);
+extern void sparc_fetch_inferior_registers (struct target_ops *,
+                                           struct regcache *, int);
+extern void sparc_store_inferior_registers (struct target_ops *,
+                                           struct regcache *, int);
 
 #endif /* sparc-nat.h */