shithub: riscv

ref: 3192db41c0f860a13514a4e002679ba5e0963f3e
dir: /sys/src/cmd/cc/omachcap.c/

View raw version
#include	"cc.h"

/* default, like old cc */
int
machcap(Node*)
{
	return 0;
}