mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
insmod: users report that "|| defined(__powerpc__)" is missing
This commit is contained in:
parent
757361f9f5
commit
09ce45fd10
@ -840,7 +840,8 @@ arch_apply_relocation(struct obj_file *f,
|
|||||||
ElfW(RelM) *rel, ElfW(Addr) v)
|
ElfW(RelM) *rel, ElfW(Addr) v)
|
||||||
{
|
{
|
||||||
#if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \
|
#if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \
|
||||||
|| defined(__sh__) || defined(__s390__) || defined(__x86_64__)
|
|| defined(__sh__) || defined(__s390__) || defined(__x86_64__) \
|
||||||
|
|| defined(__powerpc__)
|
||||||
struct arch_file *ifile = (struct arch_file *) f;
|
struct arch_file *ifile = (struct arch_file *) f;
|
||||||
#endif
|
#endif
|
||||||
enum obj_reloc ret = obj_reloc_ok;
|
enum obj_reloc ret = obj_reloc_ok;
|
||||||
|
Loading…
Reference in New Issue
Block a user