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:
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
/* Some versions of ASan result in errors about not enough registers */
|
/* Some versions of ASan result in errors about not enough registers */
|
||||||
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \
|
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \
|
||||||
defined(MBEDTLS_HAVE_ASAN)
|
!defined(MBEDTLS_HAVE_ASAN)
|
||||||
|
|
||||||
#ifndef MBEDTLS_HAVE_X86
|
#ifndef MBEDTLS_HAVE_X86
|
||||||
#define MBEDTLS_HAVE_X86
|
#define MBEDTLS_HAVE_X86
|
||||||
|
Reference in New Issue
Block a user