Fix typo setting user_specified variable when parsing -Z option.
[deliverable/binutils-gdb.git] / gprof / gprof.c
index 43e209096c9457209ba63872c3999cdb051d4ee9..db425a6996daba899bddb0c29fe129ec8c85ef8f 100644 (file)
@@ -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;
This page took 0.024919 seconds and 4 git commands to generate.