diff options
author | lloyd <[email protected]> | 2009-10-21 05:53:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-21 05:53:25 +0000 |
commit | 05963c0cb66137cc96b9e030bbc2547ee4c3f7e3 (patch) | |
tree | b3d1cd3fd8520eb7d8cc1dedba9fe1582a7f98f4 /src/utils | |
parent | 211ebf5f32111246dd42c39e5bb367b5c29e1746 (diff) |
Enable CPUID on x86 (checking wrong macro name)
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/cpuid.cpp | 2 |
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) |