shithub: riscv

ref: a07159058d401c665a4e889e9fc8e692740ca6c2
dir: /sys/src/cmd/7c/machcap.c/

View raw version
#include "gc.h"

int
machcap(Node *n)
{
	if(n == Z)	/* test */
		return 1;
	return 0;
}