Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349953
b: refs/heads/master
c: 7ce28b5
h: refs/heads/master
i:
  349951: fdb8f76
v: v3
  • Loading branch information
Hyeoncheol Lee authored and Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent aa4831e commit f149e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: b878e7fb22ea48b0585bbbbef249f7efc6d42748
refs/heads/master: 7ce28b5b5b320e26ac6a0e352d5005bce3530e05
10 changes: 5 additions & 5 deletions trunk/tools/perf/util/probe-finder.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,12 @@ static int convert_variable_type(Dwarf_Die *vr_die,
dwarf_diename(vr_die), dwarf_diename(&type));
return -EINVAL;
}
if (die_get_real_type(&type, &type) == NULL) {
pr_warning("Failed to get a type"
" information.\n");
return -ENOENT;
}
if (ret == DW_TAG_pointer_type) {
if (die_get_real_type(&type, &type) == NULL) {
pr_warning("Failed to get a type"
" information.\n");
return -ENOENT;
}
while (*ref_ptr)
ref_ptr = &(*ref_ptr)->next;
/* Add new reference with offset +0 */
Expand Down

0 comments on commit f149e31

Please sign in to comment.