diff options
Diffstat (limited to 'gdb/regset.h')
-rw-r--r-- | gdb/regset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/regset.h b/gdb/regset.h index d388e89..34b7465 100644 --- a/gdb/regset.h +++ b/gdb/regset.h @@ -26,10 +26,10 @@ struct regcache; /* Data structure describing a register set. */ typedef void (supply_regset_ftype) (const struct regset *, struct regcache *, - int, const void *, size_t); + int, const void *, size_t); typedef void (collect_regset_ftype) (const struct regset *, - const struct regcache *, - int, void *, size_t); + const struct regcache *, + int, void *, size_t); struct regset { |