mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-14 06:09:55 +00:00
Disable code style correction for bignum assembly
The inline assembly defined in bn_mul.h confuses code style parsing, causing code style correction to fail. Disable code style correction for the whole section gated by "#if defined(MBEDTLS_HAVE_ASM)" to prevent this. Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
+2
-2
@@ -80,13 +80,12 @@
|
|||||||
|
|
||||||
#endif /* bits in mbedtls_mpi_uint */
|
#endif /* bits in mbedtls_mpi_uint */
|
||||||
|
|
||||||
|
/* *INDENT-OFF* */
|
||||||
#if defined(MBEDTLS_HAVE_ASM)
|
#if defined(MBEDTLS_HAVE_ASM)
|
||||||
|
|
||||||
/* *INDENT-OFF* */
|
|
||||||
#ifndef asm
|
#ifndef asm
|
||||||
#define asm __asm
|
#define asm __asm
|
||||||
#endif
|
#endif
|
||||||
/* *INDENT-ON* */
|
|
||||||
|
|
||||||
/* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
|
/* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
|
||||||
#if defined(__GNUC__) && \
|
#if defined(__GNUC__) && \
|
||||||
@@ -1006,6 +1005,7 @@
|
|||||||
#endif /* MSVC */
|
#endif /* MSVC */
|
||||||
|
|
||||||
#endif /* MBEDTLS_HAVE_ASM */
|
#endif /* MBEDTLS_HAVE_ASM */
|
||||||
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
#if !defined(MULADDC_X1_CORE)
|
#if !defined(MULADDC_X1_CORE)
|
||||||
#if defined(MBEDTLS_HAVE_UDBL)
|
#if defined(MBEDTLS_HAVE_UDBL)
|
||||||
|
|||||||
Reference in New Issue
Block a user