1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

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