Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304854
b: refs/heads/master
c: 9481ede
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Apr 25, 2012
1 parent 8a9e0f7 commit b2f17f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3f895be1f1ed17f66e6e71adeef0cc7f937512c
refs/heads/master: 9481ede909e08418c9379665ee9f25335d20dd06
7 changes: 7 additions & 0 deletions trunk/tools/perf/ui/browsers/annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,13 @@ static void annotate_browser__mark_jump_targets(struct annotate_browser *browser
}

dlt = browser->offsets[dl->ops.target];
/*
* FIXME: Oops, no jump target? Buggy disassembler? Or do we
* have to adjust to the previous offset?
*/
if (dlt == NULL)
continue;

bdlt = disasm_line__browser(dlt);
bdlt->jump_target = true;
}
Expand Down

0 comments on commit b2f17f8

Please sign in to comment.