Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277354
b: refs/heads/master
c: f41612f
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Arnaldo Carvalho de Melo committed Dec 23, 2011
1 parent 0a1762b commit 8246163
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: 64aab93cdffb3967642ffab954395ae2400c0b06
refs/heads/master: f41612f43be9575e1160460b08c3a760e6e27e1b
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize)
disassembler_style ? "-M " : "",
disassembler_style ? disassembler_style : "",
map__rip_2objdump(map, sym->start),
map__rip_2objdump(map, sym->end),
map__rip_2objdump(map, sym->end+1),
symbol_conf.annotate_asm_raw ? "" : "--no-show-raw",
symbol_conf.annotate_src ? "-S" : "",
symfs_filename, filename);
Expand Down

0 comments on commit 8246163

Please sign in to comment.