From 8769302a8b6feffbf213820ced0fe7a08112f06c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 5 Dec 2018 13:22:10 -0500 Subject: Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757) --- tiger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tiger.h') diff --git a/tiger.h b/tiger.h index b1e632a6..f76ca3e4 100644 --- a/tiger.h +++ b/tiger.h @@ -12,7 +12,7 @@ // Clang 3.3 integrated assembler crash on Linux. Clang 3.4 due to compiler // error 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) # define CRYPTOPP_DISABLE_TIGER_ASM 1 #endif -- cgit v1.2.1