aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-21 05:53:25 +0000
committerlloyd <[email protected]>2009-10-21 05:53:25 +0000
commit05963c0cb66137cc96b9e030bbc2547ee4c3f7e3 (patch)
treeb3d1cd3fd8520eb7d8cc1dedba9fe1582a7f98f4 /src/utils
parent211ebf5f32111246dd42c39e5bb367b5c29e1746 (diff)
Enable CPUID on x86 (checking wrong macro name)
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/cpuid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cpuid.cpp b/src/utils/cpuid.cpp
index ae82bdac8..63edd2737 100644
--- a/src/utils/cpuid.cpp
+++ b/src/utils/cpuid.cpp
@@ -10,7 +10,7 @@
#include <botan/loadstor.h>
#include <botan/mem_ops.h>
-#if defined(BOTAN_TARGET_ARCH_IS_X86) || defined(BOTAN_TARGET_ARCH_IS_AMD64)
+#if defined(BOTAN_TARGET_ARCH_IS_IA32) || defined(BOTAN_TARGET_ARCH_IS_AMD64)
#if defined(BOTAN_BUILD_COMPILER_IS_MSVC)