aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 7fce0c5..41c4e1e 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -6259,7 +6259,7 @@ fndecl_name (tree fndecl)
{
if (fndecl == NULL)
return "(nofn)";
- return lang_hooks.decl_printable_name (fndecl, 2);
+ return lang_hooks.decl_printable_name (fndecl, 1);
}
/* Returns the name of function FN. */