Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155701
b: refs/heads/master
c: 23cdb5d
h: refs/heads/master
i:
  155699: 61080a7
v: v3
  • Loading branch information
Roel Kluin authored and Ingo Molnar committed Jul 13, 2009
1 parent aff8743 commit 65b147a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4d7d0b9545721d3cabb19d15163bbc66b797707
refs/heads/master: 23cdb5d5171d591ec911aada682e09d53c14a810
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/parse-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ void print_events(void)

for (i = 0; i < ARRAY_SIZE(event_symbols); i++, syms++) {
type = syms->type + 1;
if (type > ARRAY_SIZE(event_type_descriptors))
if (type >= ARRAY_SIZE(event_type_descriptors))
type = 0;

if (type != prev_type)
Expand Down

0 comments on commit 65b147a

Please sign in to comment.