static void error()

in boot/compressed/misc.c [64:68]


static void error(char *x)
{
	while (1)
		;	/* Halt */
}