Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166957
b: refs/heads/master
c: fe579c6
h: refs/heads/master
i:
  166955: ceabafd
v: v3
  • Loading branch information
Julia Lawall authored and Kyle McMartin committed Sep 28, 2009
1 parent 639fab1 commit 8471cc7
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: 4255f0d2a132fb38dbe5b5ad74e27ba472507415
refs/heads/master: fe579c69c6d437009460feeb4d748c2f2020a5f2
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ int module_finalize(const Elf_Ehdr *hdr,
* ourselves */
for (i = 1; i < hdr->e_shnum; i++) {
if(sechdrs[i].sh_type == SHT_SYMTAB
&& (sechdrs[i].sh_type & SHF_ALLOC)) {
&& (sechdrs[i].sh_flags & SHF_ALLOC)) {
int strindex = sechdrs[i].sh_link;
/* FIXME: AWFUL HACK
* The cast is to drop the const from
Expand Down

0 comments on commit 8471cc7

Please sign in to comment.