From: Bernhard Reutner-Fischer Date: Fri, 16 May 2008 16:00:38 +0000 (-0000) Subject: - fix compilation on x86_64 X-Git-Tag: 1_11_0~229 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=825968f92c603357e2e1e1d73c3ec26d89004381;p=platform%2Fupstream%2Fbusybox.git - fix compilation on x86_64 --- diff --git a/modutils/insmod.c b/modutils/insmod.c index 0a74ba0..9f21003 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -841,7 +841,7 @@ arch_apply_relocation(struct obj_file *f, ElfW(RelM) *rel, ElfW(Addr) v) { #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ - || defined(__sh__) || defined(__s390__) + || defined(__sh__) || defined(__s390__) || defined(__x86_64__) struct arch_file *ifile = (struct arch_file *) f; #endif enum obj_reloc ret = obj_reloc_ok;