shithub: riscv

ref: 5dae7fcc68a3cfca3f2bef5a07702659a0b0eb62
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;
}