Fix stupid typo in previous commit

This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-04 22:49:07 +02:00
parent f659f0c214
commit e14dec68ea

View file

@ -37,7 +37,7 @@
/* Some versions of ASan result in errors about not enough registers */
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \
defined(MBEDTLS_HAVE_ASAN)
!defined(MBEDTLS_HAVE_ASAN)
#ifndef MBEDTLS_HAVE_X86
#define MBEDTLS_HAVE_X86