shithub: riscv

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