diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 3e0da94..05ae163 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -466,7 +466,7 @@ get_call_return_value (struct call_return_meta_info *ri) bool stack_temporaries = thread_stack_temporaries_enabled_p (thr); if (ri->value_type->code () == TYPE_CODE_VOID) - retval = allocate_value (ri->value_type); + retval = value::allocate (ri->value_type); else if (ri->struct_return_p) { if (stack_temporaries) |