shithub: riscv

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