mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Fix typo setting user_specified variable when parsing -Z option.
PR 23698 * gprof.c (main): Fix typo setting user_specified variable when parsing -Z option.
This commit is contained in:
@ -452,7 +452,7 @@ This program is free software. This program has absolutely no warranty.\n"));
|
||||
{
|
||||
output_style &= ~STYLE_EXEC_COUNTS;
|
||||
}
|
||||
user_specified |= STYLE_ANNOTATED_SOURCE;
|
||||
user_specified |= STYLE_EXEC_COUNTS;
|
||||
break;
|
||||
case OPTION_DEMANGLE:
|
||||
demangle = TRUE;
|
||||
|
Reference in New Issue
Block a user