shithub: riscv

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