commit | 90f304ff1a2c72bd9949ae665728b6c7bfbf338e | [log] [tgz] |
---|---|---|
author | TRodziewicz <tomasz.rodziewicz@mobica.com> | Fri Jun 11 11:56:47 2021 +0200 |
committer | TRodziewicz <tomasz.rodziewicz@mobica.com> | Tue Jun 15 15:48:01 2021 +0200 |
tree | ff1972aea45ad358d0daacfe3134cb3612f6703f | |
parent | d854083773d802d117aeaaa8e69aeee699e58dae [diff] [blame] |
Fixing test_clang_opt (asm not defined) Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index 2f9a673..b4b8c28 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c
@@ -77,6 +77,10 @@ #include "mbedtls/error.h" +#ifndef asm +#define asm __asm +#endif + #if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32) #include <windows.h>