- fix compilation for mips (Brian Daniels)

This commit is contained in:
Bernhard Reutner-Fischer 2008-07-18 07:42:00 +00:00
parent 7b54dc788c
commit 1a715e487d

View 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;