diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c index cb7cae57744..2a8f3fce26a 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -2559,7 +2559,7 @@ value_fn_field (struct value **arg1p, struct fn_field *f, { struct value *v; struct type *ftype = TYPE_FN_FIELD_TYPE (f, j); - char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); + const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); struct symbol *sym; struct minimal_symbol *msym; |