aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--funccrypt.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/funccrypt.c b/funccrypt.c
index 12586b7..e5d8c0b 100644
--- a/funccrypt.c
+++ b/funccrypt.c
@@ -7,6 +7,14 @@
#include <sys/mman.h> /* PROT_* */
+#ifndef __GNUC__
+#error "Unknown compiler; Only GCC supports `asm goto'."
+#endif
+
+#ifdef __clang__
+#error "CLang does not support `asm goto' (yet?)."
+#endif
+
/* Force GCC struct for MingW compilers and pack them,
* which means the struct is 1-byte aligned.
*/