diff options
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 0a74ba0e5..9f21003d8 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -841,7 +841,7 @@ arch_apply_relocation(struct obj_file *f, | |||
841 | ElfW(RelM) *rel, ElfW(Addr) v) | 841 | ElfW(RelM) *rel, ElfW(Addr) v) |
842 | { | 842 | { |
843 | #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ | 843 | #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ |
844 | || defined(__sh__) || defined(__s390__) | 844 | || defined(__sh__) || defined(__s390__) || defined(__x86_64__) |
845 | struct arch_file *ifile = (struct arch_file *) f; | 845 | struct arch_file *ifile = (struct arch_file *) f; |
846 | #endif | 846 | #endif |
847 | enum obj_reloc ret = obj_reloc_ok; | 847 | enum obj_reloc ret = obj_reloc_ok; |