summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h
index e04504f0..9fbca952 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -33,7 +33,7 @@
defined(__ia64__) || defined(__ppc__) || defined(__arm__)
#define NEED_ALIGN
#elif defined(__x86__) || defined(__x86_64__) || \
- defined(__AMD64__) || defined(_M_IX86) || \
+ defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
defined(__i386__)
#define NO_NEED_ALIGN
#else