diff options
Diffstat (limited to 'gdb/dwarf2/read.c')
-rw-r--r-- | gdb/dwarf2/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index ce6c01a..754e6be 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -8991,7 +8991,7 @@ dwarf2_compute_name (const char *name, baton->per_objfile); else if (bytes != NULL) { - v = allocate_value (type); + v = value::allocate (type); memcpy (value_contents_writeable (v).data (), bytes, type->length ()); } |