*** empty log message ***
[deliverable/binutils-gdb.git] / gprof / hist.c
index 3b77ab0e9a17c0f0d627eb09970dba78bcfd4d11..91b0000168fa8553ea2f7e4b8d398bff4afec71d 100644 (file)
@@ -389,8 +389,10 @@ hist_assign_samples_1 (histogram *r)
                    bin_count));
       total_time += count_time;
 
-      /* Credit all symbols that are covered by bin I.  */
-      /* PR gprof/13325: Make sure that J does not go below I.  */
+      /* Credit all symbols that are covered by bin I.
+
+         PR gprof/13325: Make sure that K does not get decremented
+        and J will never be less than 0.  */
       for (j = k - 1; j < symtab.len; k = ++j)
        {
          sym_low_pc = symtab.base[j].hist.scaled_addr;
This page took 0.024006 seconds and 4 git commands to generate.