aboutsummaryrefslogtreecommitdiff
path: root/src/compile/nocompile.c
blob: 065d4660d9ae5fb73fe23592404f5ece0b18c656 (plain) (blame)
1
2
3
4
5
6
7
#include <ejit/ejit.h>

bool ejit_compile(struct ejit_func *f)
{
	(void)(f);
	return false;
}