Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156243
b: refs/heads/master
c: fc4c735
h: refs/heads/master
i:
  156241: b910ca2
  156239: e60debf
v: v3
  • Loading branch information
Matt Fleming authored and Steven Rostedt committed Jul 23, 2009
1 parent 78f880d commit 844a0ca
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: 8650ae32ef7045e763825dee6256dde7f331bb85
refs/heads/master: fc4c73554c9d93b3e495f2f7acae1323b0d5db84
2 changes: 1 addition & 1 deletion trunk/scripts/recordmcount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ sub update_funcs
$read_function = 0;
} else {
# if we already have a function, and this is weak, skip it
if (!defined($ref_func) || !defined($weak{$text})) {
if (!defined($ref_func) && !defined($weak{$text})) {
$ref_func = $text;
}
}
Expand Down

0 comments on commit 844a0ca

Please sign in to comment.