mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Supply missing third arg to instance of call to do_type().
This commit is contained in:
@ -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 ");
|
||||
|
Reference in New Issue
Block a user