Skip to content

Commit e579dab

Browse files
committed
Fix compile issue when buffer_alloc not available
1 parent 500de6e commit e579dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programs/test/benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ do { \
151151
polarssl_printf( "%6u heap bytes", (unsigned) max_bytes );
152152

153153
#else
154-
#define MEMORY_MEASURE_INIT( l )
155-
#define MEMORY_MEASURE_PRINT
154+
#define MEMORY_MEASURE_INIT
155+
#define MEMORY_MEASURE_PRINT( title_len )
156156
#endif
157157

158158
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \

0 commit comments

Comments
 (0)