diff options
Diffstat (limited to 'gdb/sparc-nat.h')
-rw-r--r-- | gdb/sparc-nat.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/sparc-nat.h b/gdb/sparc-nat.h index a55aa84..ab07a04 100644 --- a/gdb/sparc-nat.h +++ b/gdb/sparc-nat.h @@ -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 */ |