From 2c34abbec7451baabaacfe905ed0ed29a553dfc7 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 29 May 2004 22:28:57 +0000 Subject: * regset.h (collect_regset_ftype): Unconstify fourth argument. --- gdb/regset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/regset.h') 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 { -- cgit v1.1