summaryrefslogtreecommitdiff
path: root/integer.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-05 13:22:10 -0500
committerGitHub <noreply@github.com>2018-12-05 13:22:10 -0500
commit8769302a8b6feffbf213820ced0fe7a08112f06c (patch)
treeb91054346846acddfaedcfb7fe28c66c75181120 /integer.cpp
parent4b295f1f32e3ce3461a13c166dc3cf08242da7d0 (diff)
downloadcryptopp-git-8769302a8b6feffbf213820ced0fe7a08112f06c.tar.gz
Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757)
Diffstat (limited to 'integer.cpp')
-rw-r--r--integer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/integer.cpp b/integer.cpp
index cf04c962..e73e5d8c 100644
--- a/integer.cpp
+++ b/integer.cpp
@@ -88,7 +88,7 @@
// "Inline assembly operands don't work with .intel_syntax",
// http://llvm.org/bugs/show_bug.cgi?id=24232
-#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_INTEL_ASM)
+#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_MIXED_ASM)
# undef CRYPTOPP_X86_ASM_AVAILABLE
# undef CRYPTOPP_X32_ASM_AVAILABLE
# undef CRYPTOPP_X64_ASM_AVAILABLE