summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index 0d2f47292b..5524f84246 100644
--- a/include/image.h
+++ b/include/image.h
@@ -84,7 +84,7 @@
#define IH_CPU IH_CPU_PPC
#elif defined(__ARM__)
#define IH_CPU IH_CPU_ARM
-#elif defined(__I386__)
+#elif defined(__I386__) || defined(__x86_64__)
#define IH_CPU IH_CPU_I386
#elif defined(__mips__)
#define IH_CPU IH_CPU_MIPS