Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156567
b: refs/heads/master
c: 7dbdee2
h: refs/heads/master
i:
  156565: 1b469e7
  156563: eabd877
  156559: 10caf61
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Aug 7, 2009
1 parent 3e7c37d commit 57351d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 469535a598f28c13a2a42037e1b778f671af1d16
refs/heads/master: 7dbdee2e9a2ac42ea5135801bcc9d1a8e3f672aa
4 changes: 2 additions & 2 deletions trunk/scripts/recordmcount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ sub update_funcs
$read_function = 0;
}
# print out any recorded offsets
update_funcs() if ($text_found);
update_funcs() if (defined($ref_func));

# reset all markers and arrays
$text_found = 0;
Expand Down Expand Up @@ -444,7 +444,7 @@ sub update_funcs
}

# dump out anymore offsets that may have been found
update_funcs() if ($text_found);
update_funcs() if (defined($ref_func));

# If we did not find any mcount callers, we are done (do nothing).
if (!$opened) {
Expand Down

0 comments on commit 57351d8

Please sign in to comment.