mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-23 19:10:50 +00:00
* regset.h (collect_regset_ftype): Unconstify fourth argument.
This commit is contained in:
parent
9f2e92c5ac
commit
2c34abbec7
@ -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>
|
2004-05-29 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* MAINTAINERS: Undelete m88k. Add myself as maintainer.
|
* 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);
|
int, const void *, size_t);
|
||||||
typedef void (collect_regset_ftype) (const struct regset *,
|
typedef void (collect_regset_ftype) (const struct regset *,
|
||||||
const struct regcache *,
|
const struct regcache *,
|
||||||
int, const void *, size_t);
|
int, void *, size_t);
|
||||||
|
|
||||||
struct regset
|
struct regset
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user