summaryrefslogtreecommitdiff
path: root/stage3/halt.c
blob: 63ad8e255e65f3396cd8d416ccea3cd0af4ca441 (plain)
1
2
3
4
5
6
7
#include "halt.h"

void halt()
{
	for (;;)
		;
}