shithub: riscv

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