diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index e0c8873..4164d63 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -3712,7 +3712,7 @@ struct value * value_of_this (const struct language_defn *lang) { struct symbol *sym; - struct block *b; + const struct block *b; struct frame_info *frame; if (!lang->la_name_of_this) |