Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 205 → Rev 227

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