- fix compilation for mips (Brian Daniels)
This commit is contained in:
parent
7b54dc788c
commit
1a715e487d
@ -841,7 +841,7 @@ arch_apply_relocation(struct obj_file *f,
|
|||||||
{
|
{
|
||||||
#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__)
|
|| defined(__powerpc__) || defined(__mips__)
|
||||||
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