We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5be0d commit f7b7f3eCopy full SHA for f7b7f3e
tests/test_asm.c
@@ -1,5 +1,6 @@
1
/* testing of inline asm functionality */
2
3
+#undef STACKMAN_INLINE_ASM
4
#define STACKMAN_INLINE_ASM 1
5
#include "stackman.h"
6
#include "stackman_impl.h"
tests/test_static.c
@@ -2,6 +2,7 @@
* rather than linking in an object file. Only possible if the
* implementation is inline asm. Real assembler must be linked
*/
7
#define STACKMAN_LINKAGE_STATIC
8
0 commit comments