- fix compilation for mips (Brian Daniels)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 18 Jul 2008 07:42:00 +0000 (07:42 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 18 Jul 2008 07:42:00 +0000 (07:42 -0000)
modutils/insmod.c

index 77d36e16053af815848bb120a4e77ac19ffff80d..01b619f7e67a7b104480514cc6e1e75a5741864a 100644 (file)
@@ -841,7 +841,7 @@ arch_apply_relocation(struct obj_file *f,
 {
 #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \
  || defined(__sh__) || defined(__s390__) || defined(__x86_64__) \
- || defined(__powerpc__)
+ || defined(__powerpc__) || defined(__mips__)
        struct arch_file *ifile = (struct arch_file *) f;
 #endif
        enum obj_reloc ret = obj_reloc_ok;