summaryrefslogtreecommitdiffstats
path: root/fmk.c
blob: 5e8462e0f063783d6a1b1bc8ee53bc06c6a7c31d (plain)
1
2
3
4
5
6
7
#include <asm.h>

int main(void)
{
	while (1)
		WFI();
}