Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146760
b: refs/heads/master
c: 7cd0378
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed May 9, 2009
1 parent 4b80110 commit faed6cf
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: 1031a3a57ed76f5cb8754a89ddb22f3d9ebe8861
refs/heads/master: 7cd0378ef4c0d7b05e7dcb1daa115b841ffdc31a
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs,
* SHmedia, the LSB of the symbol needs to be asserted
* for the CPU to be in SHmedia mode when it starts executing
* the branch target. */
relocation |= (sym->st_other & 4);
relocation |= !!(sym->st_other & 4);
#endif

switch (ELF32_R_TYPE(rel[i].r_info)) {
Expand Down

0 comments on commit faed6cf

Please sign in to comment.