Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298347
b: refs/heads/master
c: f40a063
h: refs/heads/master
i:
  298345: b63cc44
  298343: 5b5c976
v: v3
  • Loading branch information
David Miller authored and Arnaldo Carvalho de Melo committed Mar 28, 2012
1 parent 1b25e2e commit 1cd1a33
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: ba28c59bc9ed8fb7b9a753cd88ee54a2c4f6265b
refs/heads/master: f40a06339fe6f4809b5851a74aae2c0dc4386e1b
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int symbol__get_source_line(struct symbol *sym, struct map *map,
if (!notes->src->lines)
return -1;

start = map->unmap_ip(map, sym->start);
start = map__rip_2objdump(map, sym->start);

for (i = 0; i < len; i++) {
char *path = NULL;
Expand Down

0 comments on commit 1cd1a33

Please sign in to comment.