aboutsummaryrefslogtreecommitdiff
path: root/gdb/regset.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regset.h')
-rw-r--r--gdb/regset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/regset.h b/gdb/regset.h
index 1d4355c..b787c72 100644
--- a/gdb/regset.h
+++ b/gdb/regset.h
@@ -52,7 +52,7 @@ struct regset
pass NULL for COLLECT_REGSET.
The object returned is allocated using xmalloc. */
-extern struct regset *regset_xmalloc (void *descr,
+extern struct regset *regset_xmalloc (const void *descr,
supply_regset_ftype *supply_regset,
collect_regset_ftype *collect_regset);