1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-03-26 11:55:05 +00:00

Fix compile issue when buffer_alloc not available

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-29 16:28:44 +00:00
parent 500de6eb18
commit e579dab5f0

View file

@ -151,8 +151,8 @@ do { \
polarssl_printf( "%6u heap bytes", (unsigned) max_bytes ); polarssl_printf( "%6u heap bytes", (unsigned) max_bytes );
#else #else
#define MEMORY_MEASURE_INIT( l ) #define MEMORY_MEASURE_INIT
#define MEMORY_MEASURE_PRINT #define MEMORY_MEASURE_PRINT( title_len )
#endif #endif
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \ #define TIME_PUBLIC( TITLE, TYPE, CODE ) \