Add RTENTRY macro for STOAT testing

This commit is contained in:
Chris Cannam
2022-06-15 17:22:32 +01:00
parent 3865c780c0
commit 326f9b721d
2 changed files with 9 additions and 5 deletions

View File

@@ -45,6 +45,12 @@
# define R__
#endif
#ifdef __clang__
# define RTENTRY__ __attribute__((annotate("realtime")))
#else
# define RTENTRY__
#endif
#if defined(_MSC_VER)
# include <malloc.h>
# include <process.h>