shithub: riscv

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