diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 9a9d3cf..0df3551 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -251,7 +251,7 @@ buildsym_compunit::finish_block_internal { struct type *ftype = symbol->type (); struct mdict_iterator miter; - SYMBOL_BLOCK_VALUE (symbol) = block; + symbol->set_value_block (block); BLOCK_FUNCTION (block) = symbol; if (ftype->num_fields () <= 0) |