mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-01 22:06:14 +00:00
Supply missing third arg to instance of call to do_type().
This commit is contained in:
parent
2d6186f4fa
commit
1a18a1856b
@ -1,5 +1,8 @@
|
||||
Mon Nov 18 00:04:41 1991 Fred Fish (fnf at cygnus.com)
|
||||
|
||||
* cplus-dem.c (munge_function_name): Add missing third arg to
|
||||
instance of call to do_type().
|
||||
|
||||
* dwarfread.c: Changes to match new dwarf.h. Remove
|
||||
AT_deriv_list, AT_loclist, AT_incomplete, AT_const_data,
|
||||
and AT_is_external.
|
||||
|
@ -1183,7 +1183,7 @@ munge_function_name (name, arg_mode)
|
||||
/* type conversion operator. */
|
||||
string type;
|
||||
const char *tem = name->b + 4;
|
||||
if (do_type (&tem, &type))
|
||||
if (do_type (&tem, &type, arg_mode))
|
||||
{
|
||||
string_clear (name);
|
||||
string_append (name, "operator ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user