shithub: riscv

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