diff options
Diffstat (limited to 'gdb/regset.h')
-rw-r--r-- | gdb/regset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/regset.h b/gdb/regset.h index 00483c7..7bc5d24 100644 --- a/gdb/regset.h +++ b/gdb/regset.h @@ -31,7 +31,7 @@ typedef void (supply_regset_ftype) (const struct regset *, struct regcache *, int, const void *, size_t); typedef void (collect_regset_ftype) (const struct regset *, const struct regcache *, - int, const void *, size_t); + int, void *, size_t); struct regset { |