* regset.h (collect_regset_ftype): Unconstify fourth argument.
This commit is contained in:
parent
9f2e92c5ac
commit
2c34abbec7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-05-30 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* regset.h (collect_regset_ftype): Unconstify fourth argument.
|
||||
|
||||
2004-05-29 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* MAINTAINERS: Undelete m88k. Add myself as maintainer.
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue