Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223445
b: refs/heads/master
c: e63233f
h: refs/heads/master
i:
  223443: 63acfc8
v: v3
  • Loading branch information
John Reiser authored and Steven Rostedt committed Dec 2, 2010
1 parent 931ff85 commit 96a01ef
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: 15664125f7cadcb6d725cb2d9b90f9715397848d
refs/heads/master: e63233f75a1a6bfa97ffb52a20cc6801a4c63fb2
2 changes: 1 addition & 1 deletion trunk/scripts/recordmcount.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;

static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type)
{
rp->r_info = ELF_R_INFO(sym, type);
rp->r_info = _w(ELF_R_INFO(sym, type));
}
static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;

Expand Down

0 comments on commit 96a01ef

Please sign in to comment.