summaryrefslogtreecommitdiff
path: root/utils/ic/machcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ic/machcap.c')
-rw-r--r--utils/ic/machcap.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/ic/machcap.c b/utils/ic/machcap.c
new file mode 100644
index 00000000..4da0aa91
--- /dev/null
+++ b/utils/ic/machcap.c
@@ -0,0 +1,9 @@
+#include "gc.h"
+
+int
+machcap(Node *n)
+{
+ if(n == Z) /* test */
+ return thechar == 'j';
+ return 0;
+}