Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304820
b: refs/heads/master
c: a31b7cc
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Apr 11, 2012
1 parent b32496e commit 914bf48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 024e6c9747bb274c9d744ad52a987a0ebec528a6
refs/heads/master: a31b7cc083b1d3d15bd475729fc4471685ebc5f6
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ static int symbol__parse_objdump_line(struct symbol *sym, struct map *map,
*c = 0;

line_ip = -1;
parsed_line = line;

/*
* Strip leading spaces:
Expand Down Expand Up @@ -255,8 +256,7 @@ static int symbol__parse_objdump_line(struct symbol *sym, struct map *map,
offset = -1;
else
parsed_line = tmp2 + 1;
} else
parsed_line = line;
}

objdump_line = objdump_line__new(offset, parsed_line, privsize);
free(line);
Expand Down

0 comments on commit 914bf48

Please sign in to comment.