shithub: riscv

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