Merge pull request #5677 from kaleb-himes/small-stack-refactor-fix

Fix: test.c not printing out status of tests
This commit is contained in:
David Garske
2022-10-08 11:26:36 -07:00
committed by GitHub

View File

@ -814,7 +814,7 @@ static WC_INLINE void StackTrap(void)
#define STACK_SIZE_CHECKPOINT_MSG(msg)
#endif
#ifndef STACK_SIZE_CHECKPOINT_WITH_MAX_CHECK
#define STACK_SIZE_CHECKPOINT_WITH_MAX_CHECK(max, ...) (0)
#define STACK_SIZE_CHECKPOINT_WITH_MAX_CHECK(max, ...) (__VA_ARGS__, 0)
#endif
#ifndef STACK_SIZE_INIT
#define STACK_SIZE_INIT()