Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 119 → Rev 120

/shark/trunk/oslib/kl/init.c
183,7 → 183,8
void abort_tail(int code)
{
message("ABORT %d !!!",code);
l1_end();
restore_CMOS();
l1_end();
sti();
l1_exit(1);
}
190,6 → 191,7
 
void ll_end(void)
{
restore_CMOS();
l1_end();
}