git: 9front

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