shithub: riscv

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