Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323909
b: refs/heads/master
c: bb2d17a
h: refs/heads/master
i:
  323907: 2977ff8
v: v3
  • Loading branch information
Hyeoncheol Lee authored and Arnaldo Carvalho de Melo committed Sep 27, 2012
1 parent 016ea49 commit 7fb4010
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4d29089c2b70ffeb61656ffd1b9c9c52602ddd44
refs/heads/master: bb2d17a014914b628df42b0c76c85fa8a8c57e79
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/dwarf-aux.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@ int die_get_typename(Dwarf_Die *vr_die, char *buf, int len)
tmp = "union ";
else if (tag == DW_TAG_structure_type)
tmp = "struct ";
else if (tag == DW_TAG_enumeration_type)
tmp = "enum ";
/* Write a base name */
ret = snprintf(buf, len, "%s%s", tmp, dwarf_diename(&type));
return (ret >= len) ? -E2BIG : ret;
Expand Down

0 comments on commit 7fb4010

Please sign in to comment.