Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 412 → Rev 413

/SPARTAN/trunk/src/lib/func.c
43,7 → 43,7
void halt(void)
{
haltstate = 1;
cpu_priority_high();
interrupts_disable();
if (CPU)
printf("cpu%d: halted\n", CPU->id);
else