summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exec/hostarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/hostarch.c b/exec/hostarch.c
index a9bf123d..d5ad4169 100644
--- a/exec/hostarch.c
+++ b/exec/hostarch.c
@@ -32,7 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
error_t
#ifdef BFD
bfd_mach_host_arch_mach (host_t host,
- bfd_architecture *arch,
+ enum bfd_architecture *arch,
long int *machine)
#else
aout_mach_host_machine (host_t host, int *host_machine)