aboutsummaryrefslogtreecommitdiff
path: root/gdb/regset.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regset.h')
-rw-r--r--gdb/regset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/regset.h b/gdb/regset.h
index 36592cb..ff058d5 100644
--- a/gdb/regset.h
+++ b/gdb/regset.h
@@ -25,10 +25,10 @@ struct regcache;
/* Data structure describing a register set. */
-typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
+typedef void (supply_regset_ftype) (const struct regset *, regcache_raw *,
int, const void *, size_t);
-typedef void (collect_regset_ftype) (const struct regset *,
- const struct regcache *,
+typedef void (collect_regset_ftype) (const struct regset *,
+ const regcache_raw *,
int, void *, size_t);
struct regset