Index: libop/op_alloc_counter.c =================================================================== RCS file: /cvsroot/oprofile/oprofile/libop/op_alloc_counter.c,v retrieving revision 1.6 diff -u -r1.6 op_alloc_counter.c --- libop/op_alloc_counter.c 1 Oct 2003 21:53:46 -0000 1.6 +++ libop/op_alloc_counter.c 17 Nov 2006 17:03:04 -0000 @@ -130,7 +130,7 @@ counter_arc const * arc = list_entry(pos, counter_arc, next); if (allocated_mask & (1 << arc->counter)) - return 0; + continue; counter_map[depth] = arc->counter;